Gets or sets the value associated with the specified key.
OutputVar := instance.Item[Key]
instance.Item[Key] := Value
key
The key whose value to get or set.
The value to set for the key whose value to set.
Throws MfArgumentNullException if key is null.
Throws MfNotSupportedException if key is an object and does not derive from MfObject
Throws MfNotSupportedException if key is not in MfHashTable instance.
The value associated with the specified key. If the specified key is not found, attempting to get it returns MfNull, and attempting to set it creates a new element using the specified key.