InvocationExpressionKind Enum
Specifies the kind of an invocation expression.
public enum InvocationExpressionKind
Fields
Name | Description |
---|---|
Default | The standard type of invocation. |
NullConditional | A null-conditional check is made on the target expression, and if it passes, a standard type of invocation is used. |