C# 클래스 Xml.Net.XmlConvertCustomElementAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: hughbe/xml.net

공개 메소드들

메소드 설명
XmlConvertCustomElementAttribute ( string name ) : System

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

메소드 상세

XmlConvertCustomElementAttribute() 공개 메소드

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.
리턴 System