SymbolTupleKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.CodeDom.Compiler.GeneratedCode("gbc", "0.12.1.0")]
public enum SymbolTupleKind
[<System.CodeDom.Compiler.GeneratedCode("gbc", "0.12.1.0")>]
type SymbolTupleKind =
Public Enum SymbolTupleKind
- Inheritance
-
SymbolTupleKind
- Attributes
Fields
| DiscardedItem | 3 | |
| InvalidItem | 0 | |
| VariableName | 1 | |
| VariableNameTuple | 2 |