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

XmlTextAttribute() public method

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

Same methods

XmlTextAttribute::XmlTextAttribute ( ) : System
XmlTextAttribute