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

XmlAttributeAttribute() public method

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

Same methods

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