Tipic Instant Messaging Platform - Programmer's Reference Guide

GraphNode Constructor (Object, Object)

Create a new node, with key and data

[Visual Basic]
Overloads Public Sub New( _
   ByVal key As Object, _
   ByVal data As Object _
)
[C#]
public GraphNode(
   object key,
   object data
);

Parameters

key
The key used to retrieve the data
data
The data in the node

See Also

GraphNode Class | bedrock.collections Namespace | GraphNode Constructor Overload List