Tipic Instant Messaging Platform - Programmer's Reference Guide

IndexedTrie.SubString Method 

Return a list of keys that contain the given substring.

[Visual Basic]
Public Function SubString( _
   ByVal lookFor As Byte() _
) As ArrayList
[C#]
public ArrayList SubString(
   byte[] lookFor
);

Parameters

lookFor
The substring to search for.

See Also

IndexedTrie Class | bedrock.collections Namespace