public Contour<T> VNext { get; set; }
Public Property VNext As Contour(Of T) Get Set
public: property Contour<T>^ VNext { Contour<T>^ get (); void set (Contour<T>^ value); }