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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-06-03 22:25:00 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-06-03 22:25:00 +0400
commit590c7733bafbf89fc32145e8d9d05142d033c1b7 (patch)
tree8c9e8af1439221c3c593389ad16731181504e880 /mcs/class/System/Microsoft.Win32
parent4379a327a0c5d488090ab1f9c23514ee866eeaaf (diff)
2004-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* Cscompmgd/Microsoft.CSharp/TODOAttribute.cs: * Microsoft.JScript/Microsoft.JScript/TODOAttribute.cs: * Microsoft.Web.Services/Microsoft.Web.Services/TODOAttribute.cs: * Mono.Data.MySql/Mono.Data.MySql/TODOAttribute.cs: * Mono.Data.PostgreSqlClient/Mono.Data.PostgreSqlClient/TODOAttribute.cs: * Mono.Data.SybaseClient/Mono.Data.SybaseClient/TODOAttribute.cs: * Mono.Data.SybaseClient/Mono.Data.SybaseTypes/TODOAttribute.cs: * Mono.Data.Tds/Mono.Data.Tds.Protocol/TODOAttribute.cs: * Mono.Data.TdsClient/Mono.Data.TdsClient/TODOAttribute.cs: * Mono.Data.TdsClient/Mono.Data.TdsTypes/TODOAttribute.cs: * System/Microsoft.Win32/TODOAttribute.cs: * System/System/TODOAttribute.cs: * System.Data/System.Data/TODOAttribute.cs: * System.Data.OracleClient/System.Data.OracleClient/TODOAttribute.cs: * System.Design/System.Design/TODOAttribute.cs: * System.Design/System.Web.UI.Design.WebControls/TODOAttribute.cs: * System.Design/System.Windows.Forms.Design/TODOAttribute.cs: * System.DirectoryServices/System.DirectoryServices/TODOAttribute.cs: * System.Drawing.Design/Assembly/TODOAttribute.cs: * System.Messaging/System.Messaging/MonoTODO.cs: * System.Web/System.Web/TODOAttribute.cs: * System.Web.Mobile/System.Web.Mobile/TODOAttribute.cs: * System.Web.Services/System.Web.Services/TODOAttribute.cs: * System.Windows.Forms/System.Resources/ResXResourceReader.cs: * System.Windows.Forms/System.Windows.Forms/TODOAttribute.cs: * System.Windows.Forms/WINELib/TODOAttribute.cs: * System.XML/System.Xml/TODOAttribute.cs: Added Comment property. svn path=/trunk/mcs/; revision=28778
Diffstat (limited to 'mcs/class/System/Microsoft.Win32')
-rw-r--r--mcs/class/System/Microsoft.Win32/TODOAttribute.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System/Microsoft.Win32/TODOAttribute.cs b/mcs/class/System/Microsoft.Win32/TODOAttribute.cs
index bbd3962221d..f7df34f4fc6 100644
--- a/mcs/class/System/Microsoft.Win32/TODOAttribute.cs
+++ b/mcs/class/System/Microsoft.Win32/TODOAttribute.cs
@@ -30,5 +30,9 @@ using System;
{
this.comment = comment;
}
+
+ public string Comment {
+ get { return comment; }
+ }
}
}