SerialDisposable.Disposable property¶
Defined in
Type: SerialDisposable
Namespace: System.Reactive.Disposables
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public IDisposable? Disposable { get; set; }
Summary: Gets or sets the underlying disposable.
Returns: IDisposable?
Remarks
If the SerialDisposable has already been disposed, assignment to this property causes immediate disposal of the given disposable object. Assigning this property disposes the previous disposable object.