System.Reactive.Concurrency.StopwatchImpl class StopwatchImpl : IStopwatch Documentation Code namespace System.Reactive.Concurrency { internal class StopwatchImpl : IStopwatch { public TimeSpan Elapsed { get; } public StopwatchImpl(); } }