C# Class CSharpUtils.Logger.Stopwatch

Mostrar archivo Open project: soywiz/csharputils Class Usage Examples

Protected Properties

Property Type Description
DateTimeList List
LastDateTime System.DateTime

Public Methods

Method Description
Start ( ) : Stopwatch
Stopwatch ( ) : System
Tick ( ) : System.TimeSpan
ToString ( ) : string

Method Details

Start() public method

public Start ( ) : Stopwatch
return Stopwatch

Stopwatch() public method

public Stopwatch ( ) : System
return System

Tick() public method

public Tick ( ) : System.TimeSpan
return System.TimeSpan

ToString() public method

public ToString ( ) : string
return string

Property Details

DateTimeList protected_oe property

protected List DateTimeList
return List

LastDateTime protected_oe property

protected DateTime,System LastDateTime
return System.DateTime