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

XmlElementAttribute() public method

public XmlElementAttribute ( ) : System
return System
        public XmlElementAttribute() {
        }
        

Same methods

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