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

ChangeLog « System.Collections.ObjectModel « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: de30b6852183d676a4364c2807fcc850bec3016e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
2006-01-24  Raja R Harinath  <rharinath@novell.com>

	* ReadOnlyCollection.cs (Items): Return underlying list.

2005-12-19  Sebastien Pouliot  <sebastien@ximian.com>

	* Collection.cs: IsReadOnly property isn't public in 2.0 final.
	* ReadOnlyCollection.cs: Fixed API to match 2.0 final.

2005-10-27  Atsushi Enomoto  <atsushi@ximian.com>

	* Collection.cs : added Items.

2005-10-25  Carlo Kok  <ck@carlo-kok.com>

	* Collection.cs :
	  Added virtual ClearItems, InsertItem, RemoveItem, SetITem.
	* KeyedCollection.cs : Implemented.

2005-06-19  David Waite  <mass@akuma.org>

        * Collection.cs ReadonlyCollection.cs: Implement all methods

2005-06-19  Zoltan Varga  <vargaz@freemail.hu>

	* Collection.cs KeyedCollection.cs ReadOnlyCollection.cs: New files.