INode<TValue>.next_node Method

Definition

Gets the next node in the container past the current node.

public:
 Microsoft::VisualC::StlClr::Generic::INode<TValue> ^ next_node();
public Microsoft.VisualC.StlClr.Generic.INode<TValue> next_node ();
abstract member next_node : unit -> Microsoft.VisualC.StlClr.Generic.INode<'Value>
Public Function next_node () As INode(Of TValue)

Returns

The next node in the container past the current node.

Applies to