System.Reactive.Concurrency.DefaultStopwatch.DefaultStopwatch C# (CSharp) Method

DefaultStopwatch() public method

public DefaultStopwatch ( ) : System
return System
        public DefaultStopwatch()
        {
            _sw = Stopwatch.StartNew();
        }
DefaultStopwatch