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<byte[]> GetEnumerator()
Visual Basic
Public Function GetEnumerator As IEnumerator(Of Byte())
Visual C++
public:
IEnumerator<array<unsigned char>^>^ GetEnumerator()

Return Value

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

See Also