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