Gets an enumerator for the elements in the Set.
Namespace: Iesi.Collections.GenericAssembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)
Syntax
| C# |
|---|
public override sealed IEnumerator<T> GetEnumerator() |
| Visual Basic |
|---|
Public Overrides NotOverridable Function GetEnumerator As IEnumerator(Of T) |
| Visual C++ |
|---|
public: virtual IEnumerator<T>^ GetEnumerator() override sealed |