System.Xml.Xsl.XmlQualifiedNameTest.XmlQualifiedNameTest C# (CSharp) Method

XmlQualifiedNameTest() private method

Constructor
private XmlQualifiedNameTest ( string name, string ns, bool exclude ) : System
name string
ns string
exclude bool
return System
        private XmlQualifiedNameTest(string name, string ns, bool exclude) : base (name, ns) {
            this.exclude = exclude;
        }