Kinds of IMethodBase.
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public enum MethodKindFields
| Name | Description |
|---|---|
| Default | Default. |
| DelegateInvoke | Delegate invocation. |
| EventAdd | Event adder. |
| EventRaise | Event raiser. |
| EventRemove | Event remover. |
| ExplicitInterfaceImplementation | Explicit interface implementation. |
| Finalizer | Finalizer (destructor). |
| Lambda | Lambda. |
| LocalFunction | Local function. |
| Operator | Operator. |
| PropertyGet | Property getter. |
| PropertySet | Property setter. |