IBaseIterator<TValue>.get_node Method

Definition

Gets the node, or element, that the iterator is pointing to.

public:
 System::Object ^ get_node();
public object get_node ();
abstract member get_node : unit -> obj
Public Function get_node () As Object

Returns

The node that the iterator is currently pointing to.

Applies to