System.Xml.Serialization.XmlElementAttribute.XmlElementAttribute C# (CSharp) Method

XmlElementAttribute() public method

public XmlElementAttribute ( Type type ) : System
type System.Type
return System
        public XmlElementAttribute(Type type) {
            this.type = type;
        }
        

Same methods

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