System.Xml.Tests.TC_SchemaSet_Add_URL.bug298991Choice C# (CSharp) Method

bug298991Choice() private method

private bug298991Choice ( int size, string xsdFileName ) : void
size int
xsdFileName string
return void
        public void bug298991Choice(int size, string xsdFileName)
        {
            GenerateChoiceXsdFile(size, xsdFileName);

            verifyXsd(xsdFileName);

            return;
        }
    }