Adds a new entry

C# | Visual Basic | Visual C++ |
public void AddEntry( int currentDocID, int currentDocStartingOccID, int currentDocEndingOccID )
Public Sub AddEntry ( _ currentDocID As Integer, _ currentDocStartingOccID As Integer, _ currentDocEndingOccID As Integer _ )
public: void AddEntry( int currentDocID, int currentDocStartingOccID, int currentDocEndingOccID )

- currentDocID (Int32)
- currentDocStartingOccID (Int32)
- currentDocEndingOccID (Int32)