C# Class System.Threading.Tasks.Parallel

Show file Open project: synhershko/lucene.net Class Usage Examples

Public Methods

Method Description
For ( int start, int end, Action loopAction ) : void

Method Details

For() public static method

public static For ( int start, int end, Action loopAction ) : void
start int
end int
loopAction Action
return void