System.Xml.Serialization.XmlTypeAttribute.XmlTypeAttribute C# (CSharp) Méthode

XmlTypeAttribute() public méthode

public XmlTypeAttribute ( string typeName ) : System
typeName string
Résultat System
        public XmlTypeAttribute(string typeName) {
            this.typeName = typeName;
        }

Same methods

XmlTypeAttribute::XmlTypeAttribute ( ) : System
XmlTypeAttribute