Table of Contents

Constructor XmlDictionaryItem

Namespace
Alternet.FormDesigner
Assembly
Alternet.FormDesigner.v10.dll

XmlDictionaryItem()

Initializes a new instance of the XmlSerialization.XmlDictionaryItem class.

public XmlDictionaryItem()

XmlDictionaryItem(object, object)

Initializes a new instance of the XmlSerialization.XmlDictionaryItem class with the specified key and value.

public XmlDictionaryItem(object key, object value)

Parameters

key object

The key of the dictionary item.

value object

The value of the dictionary item.