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:
authorAtsushi Eno <atsushieno@gmail.com>2007-05-18 09:41:00 +0400
committerAtsushi Eno <atsushieno@gmail.com>2007-05-18 09:41:00 +0400
commitf54a9725006c8b247eb510f59817e6731ea69a27 (patch)
tree74a713cc19ba150c2023ac274253cd77248e6733 /mcs/class/System/System.Diagnostics/ThreadWaitReason.cs
parent0be4fffe0ac5d92a52b28065e5c16371d362cb0d (diff)
2007-05-18 Atsushi Enomoto <atsushi@ximian.com>
* EventLogPermissionAccess.cs ProcessPriorityClass.cs ProcessWindowStyle.cs ThreadWaitReason.cs TraceImpl.cs Trace.cs ThreadPriorityLevel.cs EventLogEntryType.cs PerformanceCounterPermissionAccess.cs PerformanceCounterType.cs TraceListener.cs ThreadState.cs : cosmetic API fixes. * SwitchAttribute.cs : implemented GetAll(). svn path=/trunk/mcs/; revision=77613
Diffstat (limited to 'mcs/class/System/System.Diagnostics/ThreadWaitReason.cs')
-rw-r--r--mcs/class/System/System.Diagnostics/ThreadWaitReason.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System/System.Diagnostics/ThreadWaitReason.cs b/mcs/class/System/System.Diagnostics/ThreadWaitReason.cs
index c000539f91f..51b59f9f188 100644
--- a/mcs/class/System/System.Diagnostics/ThreadWaitReason.cs
+++ b/mcs/class/System/System.Diagnostics/ThreadWaitReason.cs
@@ -29,7 +29,9 @@
//
namespace System.Diagnostics {
+#if !NET_2_0
[Serializable]
+#endif
public enum ThreadWaitReason {
EventPairHigh=7,
EventPairLow=8,