Udostępnij za pośrednictwem


LoopExpression.ContinueLabel Właściwość

Definicja

Pobiera element LabelTarget używany przez treść pętli jako docelowy obiekt docelowy instrukcji 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

Wartość właściwości

Element LabelTarget , który jest używany przez treść pętli jako element docelowy instrukcji continue.

Dotyczy