DataMemberInfoGetAttributesT Method
Helper method for accessing the data member's attributes.
Namespace: MFiles.VAF.Configuration.JsonMappingAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public IEnumerable<T> GetAttributes<T>()
where T : Attribute
- T
- The type of attributes to get.
IEnumerableTA list of found attributes.