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

v1() private méthode

private v1 ( ) : void
Résultat void
        public void v1()
        {
            XmlSchemaSet sc = new XmlSchemaSet();
            XmlSchemaObjectTable table = sc.GlobalElements;

            CError.Compare(table == null, false, "Count");

            return;
        }