forward reading the sequence reader

C# | Visual Basic | Visual C++ |
public static T CV_READ_SEQ_ELEM<T>( ref MCvSeqReader reader )
Public Shared Function CV_READ_SEQ_ELEM(Of T) ( _ ByRef reader As MCvSeqReader _ ) As T
public: generic<typename T> static T CV_READ_SEQ_ELEM( MCvSeqReader% reader )

- T
- The type of structure to be read

- reader ( MCvSeqReader %)
- The sequence reader

The read object