MetalamaAPI documentationAspect APIMetalama.​Framework.​Code.​CollectionsIAttribute­Collection
Open sandboxFocus

IAttributeCollection Interface

Read-only list of IAttribute.

Namespace: Metalama.Framework.Code.Collections
Assembly: Metalama.Framework.dll
Syntax
public interface IAttributeCollection
Remarks

The order of items in this list is undetermined and may change between versions.

Methods

Name Description
Any(IType)
Any(IType, ConversionKind)
Any(Type)
Any(Type, ConversionKind)
OfAttributeType(IType)
OfAttributeType(IType, ConversionKind)
OfAttributeType(Func<IType, Boolean>)
OfAttributeType(Type)
OfAttributeType(Type, ConversionKind)

Extension Methods

EnumerableExtensions.Any(IAttributeCollection)
EnumerableExtensions.Any(IAttributeCollection, Func<IAttribute, Boolean>)