CompositeDisposable Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the CompositeDisposable class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method CompositeDisposable() Initializes a new instance of the CompositeDisposable class from a group of disposables.
Public method CompositeDisposable(IEnumerable<IDisposable>) Initializes a new instance of the CompositeDisposable class from a group of disposables.
Public method CompositeDisposable(IDisposable[]) Initializes a new instance of the CompositeDisposable class from a group of disposables.
Public method CompositeDisposable(Int32) Initializes a new instance of the CompositeDisposable class with the specified number of disposables.

Top

See Also

Reference

CompositeDisposable Class

System.Reactive.Disposables Namespace