Mono Class Library: System.Reflection.Emit.ILGenerator Overview | Members

System.Reflection.Emit.ILGenerator.MarkLabel Method

Marks the current position in the System.Reflection.Emit.ILGenerator's code stream as the place where branches to the given label should branch to. [Edit]

public virtual void MarkLabel (Label loc)

Parameters

loc
A System.Reflection.Emit.Label that was defined using the ILGenerator.DefineLabel method [Edit]

Remarks

[Edit]

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0