IStopwatch public interface IStopwatch Documentation Code namespace System.Reactive.Concurrency { public interface IStopwatch { TimeSpan Elapsed { get; } } }