System.Xml.Xsl.Runtime.XmlILIndex.XmlILIndex C# (CSharp) Method

XmlILIndex() private method

This constructor is internal so that external users cannot construct it (and therefore we do not have to test it separately).
private XmlILIndex ( ) : System
return System
        internal XmlILIndex() {
            this.table = new Hashtable();
        }