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

XmlTextAttribute() public méthode

public XmlTextAttribute ( Type type ) : System
type Type
Résultat System
        public XmlTextAttribute(Type type) {
            this.type = type;
        }
        

Same methods

XmlTextAttribute::XmlTextAttribute ( ) : System
XmlTextAttribute