System.Xml.Tests.TC_SchemaSet_RemoveRecursive.v1 C# (CSharp) Méthode

v1() private méthode

private v1 ( ) : void
Résultat void
        public void v1()
        {
            try
            {
                XmlSchemaSet sc = new XmlSchemaSet();
                sc.RemoveRecursive(null);
            }
            catch (ArgumentNullException)
            {
                // GLOBALIZATION
                return;
            }
            Assert.True(false);
        }