Struct Variable
- Namespace
- ICSharpCode.Decompiler.DebugInfo
- Assembly
- ICSharpCode.Decompiler.dll
public struct Variable
- Inherited Members
Constructors
Variable(int, string)
public Variable(int index, string name)
Parameters
Properties
Index
public readonly int Index { get; }
Property Value
Name
public readonly string Name { get; }