System.Xml.Serialization.XmlElementAttribute.XmlElementAttribute C# (CSharp) Метод

XmlElementAttribute() публичный Метод

public XmlElementAttribute ( string elementName ) : System
elementName string
Результат System
        public XmlElementAttribute(string elementName) {
            this.elementName = elementName;
        }

Same methods

XmlElementAttribute::XmlElementAttribute ( ) : System
XmlElementAttribute::XmlElementAttribute ( Type type ) : System
XmlElementAttribute::XmlElementAttribute ( string elementName, Type type ) : System
XmlElementAttribute