ChangeLog 478 B

123456789101112131415161718
  1. 2005-10-27 Atsushi Enomoto <[email protected]>
  2. * Collection.cs : added Items.
  3. 2005-10-25 Carlo Kok <[email protected]>
  4. * Collection.cs :
  5. Added virtual ClearItems, InsertItem, RemoveItem, SetITem.
  6. * KeyedCollection.cs : Implemented.
  7. 2005-06-19 David Waite <[email protected]>
  8. * Collection.cs ReadonlyCollection.cs: Implement all methods
  9. 2005-06-19 Zoltan Varga <[email protected]>
  10. * Collection.cs KeyedCollection.cs ReadOnlyCollection.cs: New files.