C# Class Xml.Net.XmlConvertCustomElementAttribute

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

Public Methods

Method Description
XmlConvertCustomElementAttribute ( string name ) : System

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

Method Details

XmlConvertCustomElementAttribute() public method

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.
return System