ViewModelContainerTGetEnumerator - метод

Returns an enumerator that iterates through the collection.

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
C#
public IEnumerator<KeyValuePair<string, T>> GetEnumerator()

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

IEnumeratorKeyValuePairString, T
An enumerator that can be used to iterate through the collection.

Реализации

IEnumerableTGetEnumerator

См. также