NameResolutionCollection.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<NameResolution> GetEnumerator()

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

IEnumerator<NameResolution>
An IEnumerator for the collection.

Реализации

IEnumerable<T>.GetEnumerator()

См. также