An NDoc Documented Class Library

FastHash.GetValue Method 

Returns value associated with the key or null if key not present

public object GetValue(
   string sKey
);

Parameters

sKey
Key

Return Value

Null or object convertable to integer as value

See Also

FastHash Class | Majestic12 Namespace