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, _
   ByVal aType As DictType _
)
[C#]
public DictImport(
   IProgress aProgressHandler,
   string aDictFileName,
   string anIdxFileName,
   DictType aType
);

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
aType
the type of the dictionary file to import, eg. dict.cc or UDDL

See Also

DictImport Class | dict Namespace