Show / Hide Table of Contents

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

Back to top CIL Tools (published from sources in GitHub repository).
Generated by DocFX