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

XmlTextAttribute() 공개 메소드

public XmlTextAttribute ( Type type ) : System
type Type
리턴 System
        public XmlTextAttribute(Type type) {
            this.type = type;
        }
        

Same methods

XmlTextAttribute::XmlTextAttribute ( ) : System
XmlTextAttribute