2003-11-06 Martin Baulig <martin@ximian.com>
authorMartin Baulig <martin@novell.com>
Thu, 6 Nov 2003 06:08:48 +0000 (06:08 -0000)
committerMartin Baulig <martin@novell.com>
Thu, 6 Nov 2003 06:08:48 +0000 (06:08 -0000)
commit10d00504cf328eebe59fbe5bc65c6233d99e3e20
tree54f2d3fdf8987abdc06c6e5cb90b4431a1b0200f
parentbfc9484c8b6c6076a09f7e212b2de1755110f65a
2003-11-06  Martin Baulig  <martin@ximian.com>

* ICollection.cs, IList.cs, IEnumerator.cs, IEnumerable.cs:
Started to implement the System.Collections.Generic classes.

svn path=/trunk/mcs/; revision=19666
mcs/class/corlib/System.Collections.Generic/ChangeLog [new file with mode: 0644]
mcs/class/corlib/System.Collections.Generic/ICollection.cs [new file with mode: 0644]
mcs/class/corlib/System.Collections.Generic/IEnumerable.cs [new file with mode: 0644]
mcs/class/corlib/System.Collections.Generic/IEnumerator.cs [new file with mode: 0644]
mcs/class/corlib/System.Collections.Generic/IList.cs [new file with mode: 0644]