Table of Contents

Interface IInstructionWithVariableOperand

Namespace
ICSharpCode.Decompiler.IL
Assembly
ICSharpCode.Decompiler.dll
public interface IInstructionWithVariableOperand

Properties

IndexInVariableInstructionMapping

int IndexInVariableInstructionMapping { get; set; }

Property Value

int

Variable

ILVariable Variable { get; set; }

Property Value

ILVariable