Interface IInstructionWithVariableOperand
- Namespace
- ICSharpCode.Decompiler.IL
- Assembly
- ICSharpCode.Decompiler.dll
public interface IInstructionWithVariableOperand
Properties
IndexInVariableInstructionMapping
int IndexInVariableInstructionMapping { get; set; }
Property Value
Variable
ILVariable Variable { get; set; }