G
Guest
Besides looping through all the types in an assembly, is there any way to
retreive all of the classes that have a custome attribute applied?
For example, I have a PersistentAttribute, I won't to retrieve all of the
types that have the attribute applied. The type can only be used at the
class level. I would like ot avoid looping through all the types of the
assembly if I don't have to.
retreive all of the classes that have a custome attribute applied?
For example, I have a PersistentAttribute, I won't to retrieve all of the
types that have the attribute applied. The type can only be used at the
class level. I would like ot avoid looping through all the types of the
assembly if I don't have to.