Read-only list of IAttribute.
Namespace: Metalama.Framework.Code.Collections
Assembly: Metalama.Framework.dll
Syntax
public interface IAttributeCollection : IReadOnlyCollection<IAttribute>, IEnumerable<IAttribute>, IEnumerable
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) | |
GetConstructedAttributesOfType<T>() | Gets the constructed attributes of a given type. |
OfAttributeType(IType) | |
OfAttributeType(IType, ConversionKind) | |
OfAttributeType(Func<IType, bool>) | |
OfAttributeType(Type) | |
OfAttributeType(Type, ConversionKind) |