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

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

public XmlElementAttribute ( ) : System
Результат System
        public XmlElementAttribute() {
        }
        

Same methods

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