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

v1() private méthode

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

            CError.Compare(sc.Count, 0, "Count");

            return;
        }