Goods.IdentityHashtable.get Function
Returns the value to which the specified key is mapped in this IdentityHashtable.
Public object get (object)
Type
Name
Description
object
key
a key in the IdentityHashtable.
Return
Description
object
the value to which the key is mapped in this IdentityHashtable;
null
if the key is not mapped to any value in this IdentityHashtable.