CompositeDisposable.GetEnumerator Method

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of IDisposable)
public IEnumerator<IDisposable> GetEnumerator()
public:
virtual IEnumerator<IDisposable^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<IDisposable> 
override GetEnumerator : unit -> IEnumerator<IDisposable> 

Return Value

Type: System.Collections.Generic.IEnumerator<IDisposable>

Implements

IEnumerable<T>.GetEnumerator()

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

CompositeDisposable Class

Microsoft.Phone.Reactive Namespace