LoopExpression.ContinueLabel 屬性

定義

取得迴圈主體做為 continue 陳述式目標的 LabelTarget

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

屬性值

迴圈主體做為 continue 陳述式目標的 LabelTarget

適用於