Поделиться через


CompositeDisposable.GetEnumerator - метод

Пространство имен:  Microsoft.Phone.Reactive
Сборка:  Microsoft.Phone.Reactive (в Microsoft.Phone.Reactive.dll)

Синтаксис

'Декларация
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> 

Возвращаемое значение

Тип: System.Collections.Generic.IEnumerator<IDisposable>

Реализации

IEnumerable<T>.GetEnumerator()

Сведения о версии

Приложения .NET для Windows Phone

Поддерживается в версиях: Windows Phone 8, Silverlight 8.1

Безопасность платформы .NET Framework

См. также

Ссылки

CompositeDisposable Класс

Microsoft.Phone.Reactive - пространство имен