dict.cc dictionary
DictParser.CLOSING Field
Characters closing strings to ignore while parsing for index
[Visual Basic]
Private Const CLOSING As
String
= ">)}];"
[C#]
private const
string
CLOSING = ">)}];";
See Also
DictParser Class
|
dict Namespace