Keyoti SearchUnit API Docs
Add Method (key, value)
API DocumentationKeyoti.SearchEngine.UtilsIntHashtableAdd(Int32, Int32)
Keyoti SearchUnit v6
Add an item
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual void Add(
	int key,
	int value
)
public virtual void Add(
	int key,
	int value
)
Public Overridable Sub Add ( 
	key As Integer,
	value As Integer
)
Public Overridable Sub Add ( 
	key As Integer,
	value As Integer
)
public:
virtual void Add(
	int key, 
	int value
)
public:
virtual void Add(
	int key, 
	int value
)
abstract Add : 
        key : int * 
        value : int -> unit 
override Add : 
        key : int * 
        value : int -> unit 
abstract Add : 
        key : int * 
        value : int -> unit 
override Add : 
        key : int * 
        value : int -> unit 
Parameters
key (Int32)
value (Int32)

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120