Table of Contents

Class XmlSerialization.XmlDictionaryItem

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

Represents a key-value pair used in XML serialization of dictionary items.

public class XmlSerialization.XmlDictionaryItem
Inheritance
XmlSerialization.XmlDictionaryItem

Constructors

XmlDictionaryItem()

Initializes a new instance of the XmlSerialization.XmlDictionaryItem class.

XmlDictionaryItem(object, object)

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

Properties

Key

Gets or sets the key of the dictionary item.

Value

Gets or sets the value of the dictionary item.