ParallelLoopResult.LowestBreakIteration 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得呼叫 Break() 之最低反覆項目的索引。
public:
property Nullable<long> LowestBreakIteration { Nullable<long> get(); };
public long? LowestBreakIteration { get; }
member this.LowestBreakIteration : Nullable<int64>
Public ReadOnly Property LowestBreakIteration As Nullable(Of Long)
屬性值
傳回整數,表示已呼叫 Break 陳述式的最低反覆項目。
備註
如果未 Break 採用,這個屬性會傳回 null。