Condividi tramite


ILGenerator.CreateLabel(Int32) Metodo

Definizione

Crea un Label con l'ID specificato.

protected:
 static System::Reflection::Emit::Label CreateLabel(int id);
protected static System.Reflection.Emit.Label CreateLabel (int id);
static member CreateLabel : int -> System.Reflection.Emit.Label
Protected Shared Function CreateLabel (id As Integer) As Label

Parametri

id
Int32

ID univoco per l'etichetta.

Restituisce

Label creato.

Si applica a