2006-09-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System / System.CodeDom / CodeRegionMode.cs
index 3eab5e6035d0bbae04de98178bb410f331053fb9..9141c9d500b077ea90c76829954a1a8cdfc5bccd 100644 (file)
@@ -5,8 +5,7 @@
 //   Marek Safar (marek.safar@seznam.cz)
 //
 // (C) 2004 Ximian, Inc.
-//
-
+// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
@@ -38,6 +37,7 @@ namespace System.CodeDom
        [ComVisible (true)]
        public enum CodeRegionMode
        {
+               None = 0,
                Start = 1,
                End = 1 << 1
        }