D
derek
newbie question:
if I have a Type object that is the type of a particular instance, how
can
I compare it to given Types to determine what type it is.
i want to be able to branch depending on the type of an instance.
if Type is String
if Type is String[]
if Type is Collection
etc
if I have a Type object that is the type of a particular instance, how
can
I compare it to given Types to determine what type it is.
i want to be able to branch depending on the type of an instance.
if Type is String
if Type is String[]
if Type is Collection
etc