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 采用 ,则此属性将返回 null。

适用于