C# Class CSharpUtils.TimeSpanUtils

Show file Open project: soywiz/csharputils

Public Methods

Method Description
FromMicroseconds ( long Microseconds ) : System.TimeSpan
InfiniteLoopDetector ( string Description, System.Action Action, System.Action LoopAction = null ) : void

Method Details

FromMicroseconds() public static method

public static FromMicroseconds ( long Microseconds ) : System.TimeSpan
Microseconds long
return System.TimeSpan

InfiniteLoopDetector() public static method

public static InfiniteLoopDetector ( string Description, System.Action Action, System.Action LoopAction = null ) : void
Description string
Action System.Action
LoopAction System.Action
return void