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