Tipic Instant Messaging Platform - Programmer's Reference Guide

TrieKeyWalker Delegate

A method to get called for each key in the trie

[Visual Basic]
Public Delegate Function TrieKeyWalker( _
   ByVal e As TrieNode, _
   ByVal data As Object, _
   ByVal key As ByteStack _
) As Boolean
[C#]
public delegate bool TrieKeyWalker(
   TrieNode e,
   object data,
   ByteStack key
);

Requirements

Namespace: bedrock.collections

Assembly: tipic.xmpp (in tipic.xmpp.dll)

See Also

bedrock.collections Namespace