dict.cc dictionary

DictEntryRef Class

Reference to a dictionary entry in the dictionary file

For a list of all members of this type, see DictEntryRef Members.

System.Object
   dict.DictEntryRef

[Visual Basic]
Public Class DictEntryRef
[C#]
public class DictEntryRef

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Contains a start position and the length of the whole dictionary entry in a file. For example for a file obtained from dict.cc it is the position of the begin of the line in the file and the length of the file in bytes.

Requirements

Namespace: dict

Assembly: dict (in dict.exe)

See Also

DictEntryRef Members | dict Namespace