Enum IdentifierKind
Represents the kind of entity identified IdentifierSyntax node.
Namespace: CilTools.Syntax
Assembly: CilTools.BytecodeAnalysis.dll
Syntax
public enum IdentifierKind
Fields
Name | Description |
---|---|
Label | Instruction label |
LocalVariable | Local variable |
Member | Assembly member (type, method, etc.) |
Other | Unclassifed |
Parameter | Method parameter |