Metalama//API Documentation/Aspect API/Metalama.​Framework.​Code.​Collections/IAttribute­Collection/Of­Attribute­Type
Open sandboxFocus

Method OfAttributeType

OfAttributeType(INamedType)

Declaration
IEnumerable<IAttribute> OfAttributeType(INamedType type)
Parameters
Type Name Description
INamedType type
Returns
Type Description
IEnumerable<IAttribute>

OfAttributeType(Type)

Declaration
IEnumerable<IAttribute> OfAttributeType(Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
IEnumerable<IAttribute>