dict.cc dictionary

DictIndex.m_index Field

The dictionary index itself

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

Remarks

Contains keywords as keys and two integers as values. The first integer is the starting index in the array of DictEntryRef entries, the second integer is the number of DictEntryRef entries for the keyword.

See Also

DictIndex Class | dict Namespace