[Missing <summary> documentation for "M:System.Extensions.Stopwatch.GetElapsedTimeInMicroseconds"]

Namespace: System.Extensions
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public double GetElapsedTimeInMicroseconds()
Visual Basic
Public Function GetElapsedTimeInMicroseconds As Double
Visual C++
public:
double GetElapsedTimeInMicroseconds()
F#
member GetElapsedTimeInMicroseconds : unit -> float 

Return Value

Type: Double

[Missing <returns> documentation for "M:System.Extensions.Stopwatch.GetElapsedTimeInMicroseconds"]

See Also