ParallelLoopResult.LowestBreakIteration 屬性

定義

取得被調用的最低迭代 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 未被使用,該屬性將回傳為零。

適用於