System.Xml.Serialization.XmlAttributeAttribute.XmlAttributeAttribute C# (CSharp) Méthode

XmlAttributeAttribute() public méthode

public XmlAttributeAttribute ( string attributeName ) : System
attributeName string
Résultat 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