System.Xml.Tests.TC_SchemaSet_Count.v1 C# (CSharp) Method

v1() private method

private v1 ( ) : void
return void
        public void v1()
        {
            XmlSchemaSet sc = new XmlSchemaSet();

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

            return;
        }