Summary

Get all attributes of this type. Returns the type description along with the attribute. This will also return types that inherit the attribute from base classes too.

IEnumerable<System.ValueTuple`2, TypeDescription, T> GetTypesWithAttribute( bool inherited )

Summary

Get all attributes of this type. Returns the type description along with the attribute. If inherited is false, we will return only classes that contain this attribute directly.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.