MetalamaAPI documentationAspect APIMetalama.​Framework.​Code.​CollectionsIAttribute­CollectionOf­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(INamedType, ConversionKind)

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

OfAttributeType(Type)

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

OfAttributeType(Type, ConversionKind)

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