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