Skip to content

MultipleAssignmentDisposable.Disposable property

Defined in

Type: MultipleAssignmentDisposable Namespace: System.Reactive.Disposables Assembly: System.Reactive.dll

Applies to

netstandard2.0

public IDisposable? Disposable { get; set; }

Summary: Gets or sets the underlying disposable. After disposal, the result of getting this property is undefined.

Returns: IDisposable?

Remarks

If the MultipleAssignmentDisposable has already been disposed, assignment to this property causes immediate disposal of the given disposable object.