An NDoc Documented Class Library

FastHash.GetLikelyPresentValue Method

Returns value for likely present keys using first chars (byte)

Overload List

Returns value for likely present keys using first chars (byte)

public object GetLikelyPresentValue(byte,byte);

Returns value of a key that is VERY likely to be present - this avoids doing some checks that are most likely to be pointless thus making overall faster function

public object GetLikelyPresentValue(string);

See Also

FastHash Class | Majestic12 Namespace