Open sandboxFocus

Interface IExtensionBlockCollection

Represents a list of extension blocks.

Namespace: Metalama.Framework.Code.Collections
Assembly: Metalama.Framework.dll
Syntax
public interface IExtensionBlockCollection : IReadOnlyCollection<IExtensionBlock>, IEnumerable<IExtensionBlock>, IEnumerable

Methods

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.

Extension Methods