Share via


INode<TValue>.next_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)

戻り値

コンテナー内で現在のノードの次のノード。

適用対象