Emgu CV Library Documentation
HNext Property
NamespacesEmgu.CVSeq<(Of <(T>)>)HNext

www.emgu.com/wiki
Same as h_next pointer in CvSeq
Declaration Syntax
C#Visual BasicVisual C++
public Seq<T> HNext { get; set; }
Public Property HNext As Seq(Of T)
public:
property Seq<T>^ HNext {
	Seq<T>^ get ();
	void set (Seq<T>^ value);
}

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)