Tipic Instant Messaging Platform - Programmer's Reference Guide

Trie.Increment Method 

Extra functionality for trie's whose values are integers. Increment the value corresponding to the key. If the key doesn't exist, put in a value of '1'.

[Visual Basic]
Overridable Public Sub Increment( _
   ByVal key As Object _
)
[C#]
public virtual void Increment(
   object key
);

Parameters

key

See Also

Trie Class | bedrock.collections Namespace