Skip to content

CompositeDisposable.GetEnumerator() method

Defined in

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

Applies to

netstandard2.0

public IEnumerator<IDisposable> GetEnumerator()

Summary: Returns an enumerator that iterates through the CompositeDisposable.

Returns: IEnumerator -- An enumerator to iterate over the disposables.