Disposable.Empty Property
Gets the disposable that does nothing when disposed.
Namespace: System.Reactive.Disposables
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Empty As IDisposable
Get
'Usage
Dim value As IDisposable
value = Disposable.Empty
public static IDisposable Empty { get; }
public:
static property IDisposable^ Empty {
IDisposable^ get ();
}
static member Empty : IDisposable
static function get Empty () : IDisposable
Property Value
Type: System.IDisposable
The disposable that does nothing when disposed.