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

XmlElementAttribute() 공개 메소드

public XmlElementAttribute ( string elementName ) : System
elementName string
리턴 System
        public XmlElementAttribute(string elementName) {
            this.elementName = elementName;
        }

Same methods

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