Gets an enumerator for the elements in the Set.
Namespace: Iesi.CollectionsAssembly: 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 |