Property Anchors
Anchors
Gets a composite disposable container that can contain multiple disposables, all of which will be disposed when this container is disposed.
Declaration
public CompositeDisposable Anchors { get; }
Property Value
Type | Description |
---|---|
CompositeDisposable | A composite disposable containing all disposables associated with this object. |