CvSeqTGetEnumerator Method OpenCvSharp Class Library
Returns an enumerator that iterates through the collection.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IEnumerator<Nullable<T>> GetEnumerator()

Return Value

Type: IEnumeratorNullableT
A IEnumerator<CvSeq> that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also

Reference