C# Class hOOt.KeyPointer

Mostrar archivo Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Public Properties

Property Type Description
DuplicatesPage int
Key bytearr
RecordNum int

Public Methods

Method Description
KeyPointer ( bytearr key, int recno ) : System.Collections.Generic
KeyPointer ( bytearr key, int recno, int duppage ) : System.Collections.Generic

Method Details

KeyPointer() public method

public KeyPointer ( bytearr key, int recno ) : System.Collections.Generic
key bytearr
recno int
return System.Collections.Generic

KeyPointer() public method

public KeyPointer ( bytearr key, int recno, int duppage ) : System.Collections.Generic
key bytearr
recno int
duppage int
return System.Collections.Generic

Property Details

DuplicatesPage public_oe property

public int DuplicatesPage
return int

Key public_oe property

public bytearr,hOOt Key
return bytearr

RecordNum public_oe property

public int RecordNum
return int