AutodiscoverResponseCollectionTResponseGetEnumerator - метод |
Gets an enumerator that iterates through the elements of the collection.
Пространство имён:
Tessa.Exchange.WebServices.Autodiscover
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public IEnumerator<TResponse> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of TResponse)
public:
virtual IEnumerator<TResponse>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'TResponse>
override GetEnumerator : unit -> IEnumerator<'TResponse>
Возвращаемое значение
Тип:
IEnumeratorTResponseAn IEnumerator for the collection.
Реализации
IEnumerableTGetEnumeratorСм. также