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

XmlAttributeAttribute() public method

public XmlAttributeAttribute ( string attributeName ) : System
attributeName string
return System
        public XmlAttributeAttribute(string attributeName) {
            this.attributeName = attributeName;
        }
        

Same methods

XmlAttributeAttribute::XmlAttributeAttribute ( ) : System
XmlAttributeAttribute::XmlAttributeAttribute ( Type type ) : System
XmlAttributeAttribute::XmlAttributeAttribute ( string attributeName, Type type ) : System
XmlAttributeAttribute