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

XmlTypeAttribute() public method

public XmlTypeAttribute ( string typeName ) : System
typeName string
return System
        public XmlTypeAttribute(string typeName) {
            this.typeName = typeName;
        }

Same methods

XmlTypeAttribute::XmlTypeAttribute ( ) : System
XmlTypeAttribute