Table of Contents

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

index int
name string

Properties

Index

public readonly int Index { get; }

Property Value

int

Name

public readonly string Name { get; }

Property Value

string