Returns an enumerator that iterates through the collection.

Namespace:  Classless.Hasher.Methods
Assembly:  Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599

Syntax

C#
public IEnumerator<HashNode> GetEnumerator()
Visual Basic (Declaration)
Public Function GetEnumerator As IEnumerator(Of HashNode)
Visual C++
public:
IEnumerator<HashNode^>^ GetEnumerator()

Return Value

A IEnumerator that can be used to iterate through the collection.

See Also