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)

속성 값

Nullable<Int64>

Break 문이 호출된 가장 낮은 반복을 나타내는 정수를 반환합니다.

설명

사용하지 않은 경우 Break 이 속성은 null을 반환합니다.

적용 대상