Tipic Instant Messaging Platform - Programmer's Reference Guide

GraphNode.Item Property

Retrieve a child node, based on the key.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal key As Object _
) As Object
[C#]
public object this[
   object key
] {get;}

See Also

GraphNode Class | bedrock.collections Namespace