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 未被使用,該屬性將回傳為零。