Initializes an instance of the MfDictionaryEntry type with the specified key and value.
OutputVar := new MfDictionaryEntry(Key, value)
key
The key defined in each key/value pair. Sets the value of Key property.
value
The definition associated with key. Sets the value of the Value property.