C# Class Xml.Net.XmlConvertKeyValueElementAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: hughbe/xml.net

Public Methods

Method Description
XmlConvertKeyValueElementAttribute ( string keyName, string valueName ) : System

Initializes a new instance of the XmlConvertKeyValueElementAttribute class with a key name and a value name.

Method Details

XmlConvertKeyValueElementAttribute() public method

Initializes a new instance of the XmlConvertKeyValueElementAttribute class with a key name and a value name.
public XmlConvertKeyValueElementAttribute ( string keyName, string valueName ) : System
keyName string The custom name of the key of a dictionary element when serialized into XML.
valueName string The custom name of the value of a dictionary element when serialized into XML.
return System