dict.cc dictionary

DictImport.m_index Field

The index

[Visual Basic]
Private m_index As Hashtable
[C#]
private Hashtable m_index;

Remarks

Key are the keywords, eg. English keywords in an English-German dictionary. The values are arrays of DictEntryRef objects, referencing the whole entries in the dictionary file describing the keywords.

See Also

DictImport Class | dict Namespace