dict.cc dictionary

DictIndex.m_arraybegin Field

The position of the array of DictEntryRef entries in the index file

[Visual Basic]
Private m_arraybegin As Long
[C#]
private long m_arraybegin;

Remarks

This is the position of the DictEntryRef entry having index 0 in the file m_filename. The position of the entry with index n can be computed as m_arraybegin + 6 * n.

See Also

DictIndex Class | dict Namespace