Tipic Instant Messaging Platform - Programmer's Reference Guide

Trie.Remove Method 

Remove the node associated with the given key, along with all newly empty ancestors.

[Visual Basic]
NotOverridable Public Sub Remove( _
   ByVal key As Object _
) _
    Implements IDictionary.Remove
[C#]
public void Remove(
   object key
);

Parameters

key

Implements

IDictionary.Remove

See Also

Trie Class | bedrock.collections Namespace