AutodiscoverResponseCollectionTResponseGetEnumerator - метод
Gets an enumerator that iterates through the elements of the collection.
Пространство имён: Tessa.Exchange.WebServices.AutodiscoverСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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