Skip to content

Commit

Permalink
Initial add of ListDictionary.
Browse files Browse the repository at this point in the history
svn path=/trunk/mcs/; revision=550
  • Loading branch information
John Barnette committed Aug 22, 2001
1 parent 10968ac commit bac0f8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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.
Expand Down
1 change: 1 addition & 0 deletions mcs/class/System/System.Collections.Specialized/common.src
@@ -1,3 +1,4 @@
BitVector32.cs
ListDictionary.cs
StringCollection.cs
StringEnumerator.cs

0 comments on commit bac0f8e

Please sign in to comment.