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

XmlAttributeAttribute() public method

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

Same methods

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