OfReceivingType(IType)
Gets the list of extension blocks extending a specific type (i.e. matching a specific ReceiverType), given as an IType.
Declaration
IEnumerable<IExtensionBlock> OfReceivingType(IType type)Parameters
| Type | Name | Description |
|---|---|---|
| IType | type |
Returns
| Type | Description |
|---|---|
| IEnumerable<IExtensionBlock> |
OfReceivingType(Type)
Gets the list of extension blocks extending a specific type (i.e. matching a specific ReceiverType), given as a Type.
Declaration
IEnumerable<IExtensionBlock> OfReceivingType(Type type)Parameters
| Type | Name | Description |
|---|---|---|
| Type | type |
Returns
| Type | Description |
|---|---|
| IEnumerable<IExtensionBlock> |