2004-11-17 Carlos Alberto Cortez <carlos@unixmexico.org>
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>
Wed, 17 Nov 2004 21:37:57 +0000 (21:37 -0000)
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>
Wed, 17 Nov 2004 21:37:57 +0000 (21:37 -0000)
commit14005767c107507680a86ade3c7c679269f804c8
tree8207f8f5d0656ea7158ba31c67597406cb8c12fd
parentebf172fdae58d8aeb2175f48fd93ebb72799776a
2004-11-17  Carlos Alberto Cortez <carlos@unixmexico.org>

* INullable.cs: New interface added.
* Nullable.cs: Methods added. Also a static Nullable class
containing static methods.

svn path=/trunk/mcs/; revision=36234
mcs/class/corlib/System/ChangeLog
mcs/class/corlib/System/INullableValue.cs [new file with mode: 0644]
mcs/class/corlib/System/Nullable.cs