dict.cc dictionary

DictImport Constructor 

Initializes the creation of the dictionary index

[Visual Basic]
Public Sub New( _
   ByVal aProgressHandler As IProgress, _
   ByVal aDictFileName As String, _
   ByVal anIdxFileName As String _
)
[C#]
public DictImport(
   IProgress aProgressHandler,
   string aDictFileName,
   string anIdxFileName
);

Parameters

aProgressHandler
handler for showing the progress of the import process
aDictFileName
name of the dictionary file for which to create the index
anIdxFileName
name of the resulting index file

See Also

DictImport Class | dict Namespace