System.Xml.Serialization.XmlElementAttribute.XmlElementAttribute C# (CSharp) Method

XmlElementAttribute() public method

public XmlElementAttribute ( string elementName ) : System
elementName string
return 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