C# Class CSharpUtils.TimeSpanUtils

Afficher le fichier Open project: soywiz/csharputils

Méthodes publiques

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

Method Details

FromMicroseconds() public static méthode

public static FromMicroseconds ( long Microseconds ) : System.TimeSpan
Microseconds long
Résultat System.TimeSpan

InfiniteLoopDetector() public static méthode

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