Attempt to fix the build.
authorMartin Baulig <martin.baulig@xamarin.com>
Mon, 19 Oct 2015 17:49:13 +0000 (13:49 -0400)
committerMarek Safar <marek.safar@gmail.com>
Tue, 3 May 2016 09:40:04 +0000 (11:40 +0200)
mcs/class/referencesource/mscorlib/system/runtime/interopservices/attributes.cs

index 8a42122ab1bf540353ede608a3dd8d131d3a091c..4252bfe24d46b8d8f54de3fd3a0182f7e878a7f8 100644 (file)
@@ -1165,6 +1165,6 @@ namespace System.Runtime.InteropServices{
         public Type ClassType { get { return _classType; } }
         public String MethodName { get { return _methodName; } }
     }    
-
+#endif
 }