FunctionReferenceKind Enum
Specifies the kind of function reference.
public enum FunctionReferenceKind
Fields
| Name | Description |
|---|---|
| FunctionInvocation | A function invocation. |
| FunctionReference | A function reference. |
| MethodInvocation | A method invocation, where the first argument is the target type instance. |
| MethodReference | A method reference, where the first argument is the target type instance. |