Method PrintInfo
PrintInfo(TextWriter, String)
Print the given prefix and the position(s) in the Trie where it appears.
Declaration
public override void PrintInfo(TextWriter out, string prefix)
Parameters
| Type | Name | Description |
|---|---|---|
| TextWriter | out | |
| System.String | prefix | the desired prefix |