dict.cc dictionary

DictParser Constructor 

Initializes the parser for the given handler

[Visual Basic]
Public Sub New( _
   ByVal handler As IDictParserHandler _
)
[C#]
public DictParser(
   IDictParserHandler handler
);

Parameters

handler
the handler for retrieving extracted indexes

See Also

DictParser Class | dict Namespace