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