C# Class CSharp2013.Utility

Show file Open project: GHScan/DailyProjects

Public Methods

Method Description
Timeit ( string name, int times, System.Action action ) : void

Method Details

Timeit() public static method

public static Timeit ( string name, int times, System.Action action ) : void
name string
times int
action System.Action
return void