System.Xml.Serialization.XmlTypeAttribute.XmlTypeAttribute C# (CSharp) 메소드

XmlTypeAttribute() 공개 메소드

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

Same methods

XmlTypeAttribute::XmlTypeAttribute ( ) : System
XmlTypeAttribute