Tipic Instant Messaging Platform - Programmer's Reference Guide

Trie.Contains Method 

Is the given key in the trie?

[Visual Basic]
NotOverridable Public Function Contains( _
   ByVal key As Object _
) As Boolean _
    Implements IDictionary.Contains
[C#]
public bool Contains(
   object key
);

Parameters

key

Implements

IDictionary.Contains

See Also

Trie Class | bedrock.collections Namespace