DataMemberInfoGetAttributesT Method

Helper method for accessing the data member's attributes.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public IEnumerable<T> GetAttributes<T>()
where T : Attribute

Type Parameters

T
The type of attributes to get.

Return Value

IEnumerableT
A list of found attributes.

See Also