Utils_OtherGetPropertiesAttributeType Method |
Gets all properties associated to a given type of attribute on the specified type.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static List<PropertyInfo> GetProperties<AttributeType>(
Type objType
)
where AttributeType : Attribute
Parameters
- objType
- Type: SystemType
Type Parameters
- AttributeType
Return Value
Type:
ListPropertyInfoSee Also