System.Xml.Serialization.XmlElementAttribute.XmlElementAttribute C# (CSharp) 메소드

XmlElementAttribute() 공개 메소드

public XmlElementAttribute ( ) : System
리턴 System
        public XmlElementAttribute() {
        }
        

Same methods

XmlElementAttribute::XmlElementAttribute ( Type type ) : System
XmlElementAttribute::XmlElementAttribute ( string elementName ) : System
XmlElementAttribute::XmlElementAttribute ( string elementName, Type type ) : System
XmlElementAttribute