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:
authorJb Evain <jbevain@gmail.com>2008-04-26 20:02:28 +0400
committerJb Evain <jbevain@gmail.com>2008-04-26 20:02:28 +0400
commit042f7dfb03bce061cab110971c88fb6350083985 (patch)
tree918ad13d7c7332e397fcc63b090f46fe5dda1724 /mcs/class/System/System.Diagnostics/DiagnosticsConfigurationHandler.cs
parentee31590daaec661a080f8743f465e81cb8cd41d9 (diff)
replace
svn path=/trunk/mcs/; revision=101930
Diffstat (limited to 'mcs/class/System/System.Diagnostics/DiagnosticsConfigurationHandler.cs')
-rw-r--r--mcs/class/System/System.Diagnostics/DiagnosticsConfigurationHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System/System.Diagnostics/DiagnosticsConfigurationHandler.cs b/mcs/class/System/System.Diagnostics/DiagnosticsConfigurationHandler.cs
index 988d44ee9d2..7b6fd12afb8 100644
--- a/mcs/class/System/System.Diagnostics/DiagnosticsConfigurationHandler.cs
+++ b/mcs/class/System/System.Diagnostics/DiagnosticsConfigurationHandler.cs
@@ -451,7 +451,7 @@ namespace System.Diagnostics
}
else {
args = null;
- types = new Type[0];
+ types = Type.EmptyTypes;
}
System.Reflection.ConstructorInfo ctor = t.GetConstructor (types);