Class DelegateHelpers
Inherited Members
Namespace: Platform.Reflection.Sigil
Assembly: Platform.Reflection.Sigil.dll
Syntax
public static class DelegateHelpers
Methods
| Improve this Doc View SourceCompile<TDelegate>(Action<Emit<TDelegate>>)
Declaration
public static TDelegate Compile<TDelegate>(Action<Emit<TDelegate>> emitCode)
Parameters
| Type | Name | Description |
|---|---|---|
| Action<Sigil.Emit<TDelegate>> | emitCode |
Returns
| Type | Description |
|---|---|
| TDelegate |
Type Parameters
| Name | Description |
|---|---|
| TDelegate |