MetalamaAPI documentationAspect APIMetalama.​Framework.​Code.​CollectionsIAttribute­CollectionOf­Attribute­Type
Open sandboxFocus

IAttributeCollection.OfAttributeType Method

OfAttributeType(IType)

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

OfAttributeType(IType, ConversionKind)

Declaration
IEnumerable<IAttribute> OfAttributeType(IType type, ConversionKind conversionKind)
Parameters
Type Name Description
IType 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>

OfAttributeType(Func<IType, Boolean>)

Declaration
IEnumerable<IAttribute> OfAttributeType(Func<IType, bool> predicate)
Parameters
Type Name Description
Func<IType, Boolean> predicate
Returns
Type Description
IEnumerable<IAttribute>