Gets or sets next node having same value.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public Node Next { get; set; }
Public Property Next As Node
Get
Set
public:
property Node^ Next {
Node^ get ();
void set (Node^ value);
}
member Next : Node with get, set
Property Value
Type:
NodeSee Also