Get the number of eelments in the sequence

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public int Total { get; }
Visual Basic (Declaration)
Public ReadOnly Property Total As Integer
Visual C++
public:
property int Total {
	int get ();
}

See Also