PEAPI

CILInstructions.CodeLabel Method 

Add a label to the CIL instructions

[Visual Basic]
Public Sub CodeLabel( _
   ByVal lab As PEAPI.CILLabel _
)
[C#]
public void CodeLabel(
   CILLabel lab
);

Parameters

lab
the label to be added

See Also

CILInstructions Class | CILInstructions Members | PEAPI Namespace