Skip to content

Commit

Permalink
Added some info about System.Array
Browse files Browse the repository at this point in the history
svn path=/trunk/mcs/; revision=162
  • Loading branch information
joeshaw committed Jul 15, 2001
1 parent 7404b2e commit b529037
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mcs/class/corlib/System/TODO
Expand Up @@ -10,3 +10,9 @@ System.String:
Need to implement the Format() and CompareOrdinal() methods
as we all implement all of the methods that take into account
CultureInfo or Encoding stuff.

System.Array:
It's not possible to test to see if the whole thing works, as
GetValue() and SetValue() make calls into the runtime. However,
I've tried my implementations of things like BinarySearch() and
Sort() on the MS-provided System.Array and they seem to work fine.

0 comments on commit b529037

Please sign in to comment.