| 1234567891011121314151617181920212223242526272829 |
- 2001-08-24 Nick Drochak <[email protected]>
- * NameObjectCollectionBase.cs: Add stub implementation
- * common.src: Add NameObjectCollectionBase to the build
- * NameValueCollection.cs: add 'override' to CopyTo(). Maybe
- this code actually belongs in the superclass.
- 2001-08-24 Miguel de Icaza <[email protected]>
- * common.src: Add NameValueCollection.cs to the build
- 2001-08-22 John Barnette <[email protected]>
- * StringDictionary.cs:
- Initial working implementation.
- * ListDictionary.cs:
- Initial working implementation.
- 2001-07-17 John Barnette <[email protected]>
- * StringCollection.cs:
- Implemented and working according to spec.
- * StringIterator.cs:
- (ADDED) Implemented and working according to spec.
- * StringCollectionTest.cs:
- (ADDED) Initial revision contains 17 tests; all of 'em
- run correctly. More complicated tests to follow.
- 2001-07-15 Sean MacIsaac <[email protected]>
- * StringCollection.cs: Added so that CodeDom.* would compile.
|