Same as h_next pointer in CvSeq

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

Syntax

C#
public Seq<T> HNext { get; set; }
Visual Basic (Declaration)
Public Property HNext As Seq(Of T)
Visual C++
public:
property Seq<T>^ HNext {
	Seq<T>^ get ();
	void set (Seq<T>^ value);
}

See Also