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

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