Tipic Instant Messaging Platform - Programmer's Reference Guide

Trie.FindNode Method

Find a node in the given sub-tree.

Overload List

Find a node in the given sub-tree.

protected virtual TrieNode FindNode(byte[],TrieNode,bool);

Find a node for a given key, somewhere under the root.

protected virtual TrieNode FindNode(byte[],bool);

See Also

Trie Class | bedrock.collections Namespace