Enum MethodKind
Namespace: Microsoft.CodeAnalysis
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public enum MethodKind
Fields
| Name | Description |
|---|---|
| AnonymousFunction | |
| BuiltinOperator | |
| Constructor | |
| Conversion | |
| DeclareMethod | |
| DelegateInvoke | |
| Destructor | |
| EventAdd | |
| EventRaise | |
| EventRemove | |
| ExplicitInterfaceImplementation | |
| FunctionPointerSignature | |
| LambdaMethod | |
| LocalFunction | |
| Ordinary | |
| PropertyGet | |
| PropertySet | |
| ReducedExtension | |
| SharedConstructor | |
| StaticConstructor | |
| UserDefinedOperator |