dict.cc dictionary
ParserBase Constructor
Initializes the parser for the given handler
[Visual Basic]
Public Sub New( _
ByVal
handler
As
IDictParserHandler
, _
ByVal
aType
As
DictType
_
)
[C#]
public ParserBase(
IDictParserHandler
handler
,
DictType
aType
);
Parameters
handler
handler for retrieving extracted indexes
aType
the type of the dictionary
See Also
ParserBase Class
|
dict Namespace