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:
authorPaolo Molaro <lupus@oddwiz.org>2003-05-15 00:02:29 +0400
committerPaolo Molaro <lupus@oddwiz.org>2003-05-15 00:02:29 +0400
commit204f7ba769369cf5c97310469ddaf0334894fc5a (patch)
tree0e7a8d7a99f0adc0153e654d2ef255cc561d0f26 /mcs/class/System.Configuration.Install
parent923769916a80ca6eb11bd075adb8031a5f1244e5 (diff)
Make MonoTODO attributes internal.
svn path=/trunk/mcs/; revision=14587
Diffstat (limited to 'mcs/class/System.Configuration.Install')
-rw-r--r--mcs/class/System.Configuration.Install/System.Configuration.Install/TODOAttribute.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Configuration.Install/System.Configuration.Install/TODOAttribute.cs b/mcs/class/System.Configuration.Install/System.Configuration.Install/TODOAttribute.cs
index 1682ac8df6e..2075e1aa48a 100644
--- a/mcs/class/System.Configuration.Install/System.Configuration.Install/TODOAttribute.cs
+++ b/mcs/class/System.Configuration.Install/System.Configuration.Install/TODOAttribute.cs
@@ -19,7 +19,7 @@ namespace System.Configuration.Install {
/// Use this to decorate any element which you think is not complete
/// </remarks>
[AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
- public class MonoTODOAttribute : Attribute {
+ internal class MonoTODOAttribute : Attribute {
private string comment;