C# Class System.Threading.Tasks.Parallel

Afficher le fichier Open project: synhershko/lucene.net Class Usage Examples

Méthodes publiques

Méthode Description
For ( int start, int end, Action loopAction ) : void

Method Details

For() public static méthode

public static For ( int start, int end, Action loopAction ) : void
start int
end int
loopAction Action
Résultat void