Returns an enumerator that iterates through the collection.

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

Syntax

C#
public IEnumerator<HashNode> GetEnumerator()
Visual Basic
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