An NDoc Documented Class Library

FastHash.Add Method (String, Object)

Adds key and its value to the fast hash

public void Add(
   string sKey,
   object iValue
);

Parameters

sKey
Key
iValue
Value

See Also

FastHash Class | Majestic12 Namespace | FastHash.Add Overload List