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

XmlAnyElementAttribute() public méthode

public XmlAnyElementAttribute ( string name ) : System
name string
Résultat System
        public XmlAnyElementAttribute(string name) {
            this.name = name;
        }

Same methods

XmlAnyElementAttribute::XmlAnyElementAttribute ( ) : System
XmlAnyElementAttribute::XmlAnyElementAttribute ( string name, string ns ) : System
XmlAnyElementAttribute