System.Xml.Serialization.XmlAnyElementAttribute.XmlAnyElementAttribute C# (CSharp) 메소드

XmlAnyElementAttribute() 공개 메소드

public XmlAnyElementAttribute ( string name ) : System
name string
리턴 System
        public XmlAnyElementAttribute(string name) {
            this.name = name;
        }

Same methods

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