System.Xml.Schema.XmlSchemaSimpleType.XmlSchemaSimpleType C# (CSharp) Méthode

XmlSchemaSimpleType() public méthode

public XmlSchemaSimpleType ( ) : System.Xml.Serialization
Résultat System.Xml.Serialization
        public XmlSchemaSimpleType() {
            Debug.Assert(SchemaContentType == XmlSchemaContentType.TextOnly);
        }
        
XmlSchemaSimpleType