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:
authorAndreas N <andreas@mono-cvs.ximian.com>2003-07-18 15:38:19 +0400
committerAndreas N <andreas@mono-cvs.ximian.com>2003-07-18 15:38:19 +0400
commitca390b431097790a602ade670802cf6180c51041 (patch)
treeecf02e748e65a4b78d3b66e3bc599757bac23e82 /mcs/class/System/System.Diagnostics/PerformanceCounterType.cs
parent565b8e5b9d25810096301b77f853d1516011d406 (diff)
2003-07-18 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* AlphabeticalEnumConverter.cs: Added * EventLogEntry.cs: Implemented * EventLogPermissionEntryCollection.cs: Fixed signature and implementation of indexer * EventLogTraceListener.cs: Fixed signature * PerformanceCounter.cs: Added missing attribute * PerformanceCounterType.cs: Added missing attribute * SRDescriptionAttribute.cs: Added and implemented svn path=/trunk/mcs/; revision=16399
Diffstat (limited to 'mcs/class/System/System.Diagnostics/PerformanceCounterType.cs')
-rw-r--r--mcs/class/System/System.Diagnostics/PerformanceCounterType.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/System/System.Diagnostics/PerformanceCounterType.cs b/mcs/class/System/System.Diagnostics/PerformanceCounterType.cs
index a98462be1b5..9f1cba30c08 100644
--- a/mcs/class/System/System.Diagnostics/PerformanceCounterType.cs
+++ b/mcs/class/System/System.Diagnostics/PerformanceCounterType.cs
@@ -8,11 +8,12 @@
//
using System;
-using System.Diagnostics;
+using System.ComponentModel;
namespace System.Diagnostics {
[Serializable]
+ [TypeConverter (typeof (AlphabeticalEnumConverter))]
public enum PerformanceCounterType {
NumberOfItemsHEX32=0x00000000,
NumberOfItemsHEX64=0x00000100,