System.Xml.Tests.TC_SchemaSet_Add_URL.v3 C# (CSharp) Méthode

v3() private méthode

private v3 ( ) : void
Résultat void
        public void v3()
        {
            XmlSchemaSet sc = new XmlSchemaSet();
            XmlSchema Schema = sc.Add("xsdauthor", TestData._XsdAuthor);

            Assert.Equal(Schema != null, true);

            return;
        }