Utils_OtherGetPropertiesAttributesAttributeType Method |
Gets all attributes of a given type associated to a property 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 Dictionary<string, AttributeType> GetPropertiesAttributes<AttributeType>(
Type objType
)
where AttributeType : Attribute
Parameters
- objType
- Type: SystemType
Type Parameters
- AttributeType
Return Value
Type:
DictionaryString,
AttributeTypeSee Also