Tipic Instant Messaging Platform - Programmer's Reference Guide

GraphNode Constructor

Create a new node, with key and data

Overload List

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);

See Also

GraphNode Class | bedrock.collections Namespace