| LineIteratorIEnumerableGetEnumerator Method  | 
        
         Returns an enumerator that iterates through a collection.
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
SyntaxIEnumerator IEnumerable.GetEnumerator()
Private Function GetEnumerator As IEnumerator
	Implements IEnumerable.GetEnumerator
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator 
private override GetEnumerator : unit -> IEnumerator 
JavaScript does not support explicit interface implementations.
Return Value
Type: 
IEnumeratorAn 
IEnumerator object that can be used to iterate through the collection.
Implements
IEnumerableGetEnumerator See Also
See Also