PropertySet.GetEnumerator - метод
Returns an enumerator that iterates through the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
public IEnumerator<PropertyDefinitionBase> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of PropertyDefinitionBase)
public:
virtual IEnumerator<PropertyDefinitionBase^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<PropertyDefinitionBase>
override GetEnumerator : unit -> IEnumerator<PropertyDefinitionBase>
IEnumerator<PropertyDefinitionBase>
A
IEnumerator<T> that can be used to iterate through the collection.
IEnumerable<T>.GetEnumerator()