Compartir a través de


LoopExpression.ContinueLabel Propiedad

Definición

Obtiene la clase LabelTarget utilizada por el cuerpo del bucle como destino de la instrucción continue.

public:
 property System::Linq::Expressions::LabelTarget ^ ContinueLabel { System::Linq::Expressions::LabelTarget ^ get(); };
public System.Linq.Expressions.LabelTarget ContinueLabel { get; }
public System.Linq.Expressions.LabelTarget? ContinueLabel { get; }
member this.ContinueLabel : System.Linq.Expressions.LabelTarget
Public ReadOnly Property ContinueLabel As LabelTarget

Valor de propiedad

Clase LabelTarget utilizada por el cuerpo del bucle como destino de la instrucción continue.

Se aplica a