C# Class Xml.Net.XmlConvertCustomElementAttribute

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

Méthodes publiques

Méthode Description
XmlConvertCustomElementAttribute ( string name ) : System

Initializes a new instance of the XmlConvertCustomElementAttribute class with a name.

Method Details

XmlConvertCustomElementAttribute() public méthode

Initializes a new instance of the XmlConvertCustomElementAttribute class with a name.
public XmlConvertCustomElementAttribute ( string name ) : System
name string The custom name of the object when serialized into XML.
Résultat System