2010-03-15 Rolf Bjarne Kvinge <RKvinge@novell.com>
authorRolf Bjarne Kvinge <RKvinge@novell.com>
Mon, 15 Mar 2010 14:32:01 +0000 (14:32 -0000)
committerRolf Bjarne Kvinge <RKvinge@novell.com>
Mon, 15 Mar 2010 14:32:01 +0000 (14:32 -0000)
* SearchOption.cs: Make public for Moonlight, this type is in SL4.

svn path=/trunk/mcs/; revision=153581

mcs/class/corlib/System.IO/ChangeLog
mcs/class/corlib/System.IO/SearchOption.cs

index 7cec76790ef7111f745cb30bcec1bb1e1e4fd543..ce6e19179fb8f4c0e006b88bfbb2f2e26e5347aa 100644 (file)
@@ -1,3 +1,7 @@
+2010-03-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * SearchOption.cs: Make public for Moonlight, this type is in SL4.
+
 2010-03-12  Sebastien Pouliot  <sebastien@ximian.com>
 
        * File.cs: Enable some NET_4_0 features in NET_2_1 since they are
index d77ec7bf58cad5ebe602dad0b208f624fde1f656..9c2bfd341c0ec0a963412da7dc3dc0594414cfd7 100644 (file)
 using System.Runtime.InteropServices;
 
 namespace System.IO {
-#if !NET_2_1 || MONOTOUCH
        [ComVisible (true)]
        [Serializable]
        public
-#endif
        enum SearchOption {
                TopDirectoryOnly = 0,
                AllDirectories = 1