dict.cc dictionary

DictEntryRef Constructor 

Initializes the entry for the given positions

[Visual Basic]
Public Sub New( _
   ByVal from As Long, _
   ByVal to As Long _
)
[C#]
public DictEntryRef(
   long from,
   long to
);

Parameters

from
Position of the begin of the entry in the dictionary file
to
Position just after the end of the entry in the dictionary file

See Also

DictEntryRef Class | dict Namespace