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<byte[]> GetEnumerator()
Visual Basic (Declaration)
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