Create a new node, with key and data
Create a new node, with key and data
public GraphNode(object,object);
Create a new node, with key and data, possibly having sorted children.
public GraphNode(object,object,bool);
GraphNode Class | bedrock.collections Namespace