Skip to content

Node<TNode>.ToString Method

Definition

Returns a string that represents the current node. Defaults to the name of the type of the node.

public override string ToString();

View source

Returns

String

A string that represents the current node.