System.Xml.Tests.TC_SchemaSet_Add_URL.v2 C# (CSharp) Method

v2() private method

private v2 ( ) : void
return void
        public void v2()
        {
            XmlSchemaSet sc = new XmlSchemaSet();
            XmlSchema Schema = sc.Add((String)null, TestData._FileXSD1);
            Assert.Equal(Schema != null, true);

            return;
        }