Open sandboxFocus

Method GetConstructedAttributesOfType

GetConstructedAttributesOfType<T>()

Gets the constructed attributes of a given type.

Declaration
IEnumerable<T> GetConstructedAttributesOfType<T>() where T : Attribute
Returns
Type Description
IEnumerable<T>
Type Parameters
Name Description
T