EventSortedSet.GetEnumerator Method

Returns an enumerator that iterates through a collection.
public IEnumerator GetEnumerator()
This language is not supported or no code example is available.
public:  
IEnumerator^ GetEnumerator()
This language is not supported or no code example is available.
public function GetEnumerator() : IEnumerator;
This language is not supported or no code example is available.

Return Value

IEnumerator

An IEnumerator object that can be used to iterate through the collection.

In this article

Definition