System.Xml.Tests.CCompileToTypeTest.Var2 C# (CSharp) Méthode

Var2() private méthode

private Var2 ( ) : void
Résultat void
        public void Var2()
        {
            /*try
            {
                WCompileToType(XmlReader.Create(FullFilePath("identity.xsl")), XsltSettings.Default, null, false, null, String.Empty);
            }
            catch (Exception e)
            {
                _output.WriteLine(e.ToString());

                if (e is ArgumentNullException || e.InnerException is ArgumentNullException)
                    return;

                _output.WriteLine("Did not throw ArgumentNullException");
            }
            Assert.True(false);*/
        }
CCompileToTypeTest