C# Class Pinta.ImageManipulation.ParallelExtensions

ファイルを表示 Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Public Methods

Method Description
OrderedFor ( int fromInclusive, int toExclusive, CancellationToken token, Action body ) : ParallelLoopResult

Method Details

OrderedFor() public static method

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