Disposable.Empty property¶
Defined in
Type: Disposable
Namespace: System.Reactive.Disposables
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public static IDisposable Empty { get; }
Summary: Gets the disposable that does nothing when disposed.
Returns: IDisposable