Represents a list of extension blocks.
Namespace: Metalama.Framework.Code.Collections
Assembly: Metalama.Framework.dll
Syntax
public interface IExtensionBlockCollection : IReadOnlyCollection<IExtensionBlock>, IEnumerable<IExtensionBlock>, IEnumerableMethods
| Name | Description |
|---|---|
| OfReceivingType(IType) | Gets the list of extension blocks extending a specific type (i.e. matching a specific ReceiverType), given as an IType. |
| OfReceivingType(Type) | Gets the list of extension blocks extending a specific type (i.e. matching a specific ReceiverType), given as a Type. |