Table of Contents

Constructor XmlDictionaryItem

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

XmlDictionaryItem()

Initializes a new instance of the DataObject.XmlDictionaryItem class.

public XmlDictionaryItem()

XmlDictionaryItem(string, string)

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

public XmlDictionaryItem(string key, string value)

Parameters

key string

The key of the dictionary item.

value string

The value of the dictionary item.