ComplexPropertyCollection<TComplexProperty>.GetEnumerator - метод

Gets an enumerator that iterates through the elements of the collection.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
C#
public IEnumerator<TComplexProperty> GetEnumerator()

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

IEnumerator<TComplexProperty>
An IEnumerator for the collection.

Реализации

IEnumerable<T>.GetEnumerator()

См. также