Tipic Instant Messaging Platform - Programmer's Reference Guide

GraphNode.Add Method 

Add a new child node

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

Parameters

key
The key for the child
data
The data for the child

Return Value

See Also

GraphNode Class | bedrock.collections Namespace