Tipic Instant Messaging Platform - Programmer's Reference Guide

Trie.Keys Property

Get a list of all of the keys. Hope this doesn't get called often, since it has to make copies of all of the possible keys.

[Visual Basic]
NotOverridable Public ReadOnly Property Keys As ICollection _
    Implements IDictionary.Keys
[C#]
public System.Collections.ICollection Keys {get;}

Implements

IDictionary.Keys

See Also

Trie Class | bedrock.collections Namespace