ExtensionImplementationMethod
Gets the implicit static method that implements this extension member, or null if the current
method is not an extension member. For methods in extension blocks, the compiler generates an implicit
static method in the parent type that serves as the actual implementation.
Declaration
IMethod? ExtensionImplementationMethod { get; }Property Value
| Type | Description |
|---|---|
| IMethod |