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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUmadevi S <uma@mono-cvs.ximian.com>2004-03-08 07:29:47 +0300
committerUmadevi S <uma@mono-cvs.ximian.com>2004-03-08 07:29:47 +0300
commitbe4788fa087a336fd761745a99eee0e3716b7006 (patch)
tree926ed802f01c3226718057bead7f61c8973a9ef6 /mcs/class/System.Data/System.Data.SqlTypes
parentbd0ea06618ced7b43023d5845db44772ec78068f (diff)
2004-03-08 Umadevi S (sumadevi@novell.com)
* SqlMoney.cs - Removed TODO tags svn path=/trunk/mcs/; revision=23786
Diffstat (limited to 'mcs/class/System.Data/System.Data.SqlTypes')
-rw-r--r--mcs/class/System.Data/System.Data.SqlTypes/SqlMoney.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/class/System.Data/System.Data.SqlTypes/SqlMoney.cs b/mcs/class/System.Data/System.Data.SqlTypes/SqlMoney.cs
index cedb00ec29c..04f782e5271 100644
--- a/mcs/class/System.Data/System.Data.SqlTypes/SqlMoney.cs
+++ b/mcs/class/System.Data/System.Data.SqlTypes/SqlMoney.cs
@@ -55,7 +55,6 @@ namespace System.Data.SqlTypes
#region Properties
- [MonoTODO]
public bool IsNull {
get { return !notNull; }
}