Get the data in this storage

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

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 data in this storage

Implements

IEnumerable<(Of <(T>)>)..::.GetEnumerator()()()

See Also