Returns the enumerator

Namespace:  Emgu.Util
Assembly:  Emgu.Util (in Emgu.Util.dll) Version: 2.1.0.728 (2.1.0.728)

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
public:
virtual IEnumerator<T>^ GetEnumerator() sealed

Return Value

The enumerator

See Also