Tipic Instant Messaging Platform - Programmer's Reference Guide

Trie.Values Property

Return a collection containing all of the values.

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

Implements

IDictionary.Values

See Also

Trie Class | bedrock.collections Namespace