Enum KeywordKind
Represents the kind of keyword in the KeywordSyntax node
Namespace: CilTools.Syntax
Assembly: CilTools.BytecodeAnalysis.dll
Syntax
public enum KeywordKind
Fields
| Name | Description |
|---|---|
| DirectiveName | The name of directive |
| InstructionName | The name of instruction |
| Other | Unclassifed |