C# 클래스 Pinta.ImageManipulation.ParallelExtensions

파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation 1 사용 예제들

공개 메소드들

메소드 설명
OrderedFor ( int fromInclusive, int toExclusive, CancellationToken token, Action body ) : ParallelLoopResult

메소드 상세

OrderedFor() 공개 정적인 메소드

public static OrderedFor ( int fromInclusive, int toExclusive, CancellationToken token, Action body ) : ParallelLoopResult
fromInclusive int
toExclusive int
token System.Threading.CancellationToken
body Action
리턴 ParallelLoopResult