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:
Diffstat (limited to 'mcs/class/System.Management/System.Management.Instrumentation/InstrumentedAttribute.cs')
-rw-r--r--mcs/class/System.Management/System.Management.Instrumentation/InstrumentedAttribute.cs24
1 files changed, 12 insertions, 12 deletions
diff --git a/mcs/class/System.Management/System.Management.Instrumentation/InstrumentedAttribute.cs b/mcs/class/System.Management/System.Management.Instrumentation/InstrumentedAttribute.cs
index 88c53372c36..4281661f36e 100644
--- a/mcs/class/System.Management/System.Management.Instrumentation/InstrumentedAttribute.cs
+++ b/mcs/class/System.Management/System.Management.Instrumentation/InstrumentedAttribute.cs
@@ -36,18 +36,18 @@ namespace System.Management.Instrumentation
[MonoTODO]
public InstrumentedAttribute()
{
- }
-
- [MonoTODO]
- public InstrumentedAttribute (string namespaceName) : this(namespaceName, null)
- {
- }
-
- [MonoTODO]
- public InstrumentedAttribute (string namespaceName, string securityDescriptor)
- {
- }
-
+ }
+
+ [MonoTODO]
+ public InstrumentedAttribute (string namespaceName) : this(namespaceName, null)
+ {
+ }
+
+ [MonoTODO]
+ public InstrumentedAttribute (string namespaceName, string securityDescriptor)
+ {
+ }
+
public string NamespaceName {
[MonoTODO]
get { throw new NotImplementedException(); }