Gets an enumerator for the elements in the Set.

Namespace: Iesi.Collections
Assembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)

Syntax

C#
public override sealed IEnumerator GetEnumerator()
Visual Basic
Public Overrides NotOverridable Function GetEnumerator As IEnumerator
Visual C++
public:
virtual IEnumerator^ GetEnumerator() override sealed

Return Value

An IEnumerator over the elements in the Set.

Implements

IEnumerable..::..GetEnumerator()()()()

See Also