Class MethodKind
Kinds of IMethodBase.
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public sealed class MethodKind : Enum
Fields
Name | Description |
---|---|
Default | Default. |
EventAdd | Event adder. |
EventRaise | Event raiser. |
EventRemove | Event remover. |
ExplicitInterfaceImplementation | Explicit interface implementation. |
Finalizer | Finalizer (destructor). |
LocalFunction | Local function. |
Operator | Operator. |
PropertyGet | Property getter. |
PropertySet | Property setter. |
value__ |