C# Class Xml.Net.XmlConvertKeyValueElementAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: hughbe/xml.net

Méthodes publiques

Méthode 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 méthode

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.
Résultat System