2001-07-12 Marcin Szczepanski <marcins@zipworld.com.au>
authorMiguel de Icaza <miguel@gnome.org>
Thu, 12 Jul 2001 19:15:38 +0000 (19:15 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 12 Jul 2001 19:15:38 +0000 (19:15 -0000)
commit5b9ac905de5ee11d629402b457ff4d842fcc076d
tree13c6505dd9756ee5fa08046fe9ae2b09d3783704
parente2a54347cd8571e2c876dd3a736a9e094d9c70d7
2001-07-12  Marcin Szczepanski <marcins@zipworld.com.au>

* StringBuilder.cs: Implemented.

The only methods left unimplemented are the AppendFormat( ... )
ones just because it's probably better to wait until some of the
Format related classes are implemented.  I've put that as a TODO
comment at the top and created the methods with a "nop" body.

svn path=/trunk/mcs/; revision=98
mcs/class/corlib/System.Text/ChangeLog
mcs/class/corlib/System.Text/StringBuilder.cs [new file with mode: 0644]