[Test] Avoid MethodInfoTest.GetMethodBody failure when executed on a release (IL...
[mono.git] / mcs / class / corlib / System.IO / FileAccess.cs
index 355dd40b830d259bf975f2ca52a3ebcdafbd82e9..dce332d24103c0763324a8607e7c62afa63d1f46 100644 (file)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-
-#if NET_2_0
 using System.Runtime.InteropServices;
-#endif
 
 namespace System.IO {
 
@@ -42,10 +39,8 @@ namespace System.IO {
        /// <summary>
        /// </summary>
        [Flags]
-#if NET_2_0
        [ComVisible (true)]
        [Serializable]
-#endif
        public enum FileAccess : int {
 
                /// <summary>