Method At
At(int)
[Obsolete("Use new ILCursor(il).Goto(index)")]
public ILCursor At(int index)
Parameters
index
int
Returns
At(ILLabel)
[Obsolete("Use new ILCursor(il).Goto(index)")]
public ILCursor At(ILLabel label)
Parameters
label
ILLabel
Returns
At(Instruction)
[Obsolete("Use new ILCursor(il).Goto(index)")]
public ILCursor At(Instruction instr)
Parameters
instr
Instruction