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

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

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