Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Barnette <jbarn@mono-cvs.ximian.com>2001-08-22 06:18:15 +0400
committerJohn Barnette <jbarn@mono-cvs.ximian.com>2001-08-22 06:18:15 +0400
commitbac0f8e2f891efc7c95466ad000b58a62860206e (patch)
treec44ca58362c459588e170074824d006036910466 /mcs/class/System/System.Collections.Specialized
parent10968ac70ed7eb84a5b5ac134cf414da4365cf94 (diff)
Initial add of ListDictionary.
svn path=/trunk/mcs/; revision=550
Diffstat (limited to 'mcs/class/System/System.Collections.Specialized')
-rwxr-xr-xmcs/class/System/System.Collections.Specialized/ChangeLog4
-rwxr-xr-xmcs/class/System/System.Collections.Specialized/common.src1
2 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System/System.Collections.Specialized/ChangeLog b/mcs/class/System/System.Collections.Specialized/ChangeLog
index d10c2206c2e..0e0542ffa4b 100755
--- a/mcs/class/System/System.Collections.Specialized/ChangeLog
+++ b/mcs/class/System/System.Collections.Specialized/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-22 John Barnette <jbarn@httcb.net>
+ * ListDictionary.cs:
+ Initial working implementation.
+
2001-07-17 John Barnette <jbarn@httcb.net>
* StringCollection.cs:
Implemented and working according to spec.
diff --git a/mcs/class/System/System.Collections.Specialized/common.src b/mcs/class/System/System.Collections.Specialized/common.src
index 4270e937dea..b8b657fa57d 100755
--- a/mcs/class/System/System.Collections.Specialized/common.src
+++ b/mcs/class/System/System.Collections.Specialized/common.src
@@ -1,3 +1,4 @@
BitVector32.cs
+ListDictionary.cs
StringCollection.cs
StringEnumerator.cs