Constructor()

Namespace ›› System ›› MfDictionaryEntry ›› Methods ››
Parent Previous Next

Constructor()

Initializes an instance of the MfDictionaryEntry type with the specified key and value.

OutputVar := new MfDictionaryEntry(Key, value)

Parameters

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.