System.XML: Partial implementation of XmlSchemaDatatype::ChangeType
[mono.git] / mcs / class / System.XML / System.Xml.Schema / XmlSchemaObjectTable.cs
index ac3c1d5da4d96dd5656fc98c8bc998c0c7cf1845..9794b6038b3a6092dd8e4e3a0b46c0f72bf59557 100644 (file)
@@ -33,13 +33,11 @@ namespace System.Xml.Schema
        /// </summary>
        public class XmlSchemaObjectTable
        {
-//             private Hashtable table;
-               private HybridDictionary table;
+               private ListDictionary table;
 
                internal XmlSchemaObjectTable ()
                {
-//                     table = new Hashtable(); 
-                       table = new HybridDictionary (); 
+                       table = new ListDictionary (); 
                }
                public int Count 
                {