C# Class Pinta.ImageManipulation.ParallelExtensions

Afficher le fichier Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Méthodes publiques

Méthode Description
OrderedFor ( int fromInclusive, int toExclusive, CancellationToken token, Action body ) : ParallelLoopResult

Method Details

OrderedFor() public static méthode

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