SynchronizedSuspendableObservableCollectionTGetEnumerator - метод |
Returns an enumerator that iterates through the collection.
Пространство имён:
Tessa.UI
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'T>
override GetEnumerator : unit -> IEnumerator<'T>
Возвращаемое значение
Тип:
IEnumeratorTAn enumerator that can be used to iterate through the collection.
Реализации
IEnumerableTGetEnumeratorСм. также