[corlib] Updates api
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / _FieldBuilder.cs
index 6561af93f90e4cb56e0317398cc6b5e2b3163abb..c29f412456e0892f864fd1b3825a6946582c49aa 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_1_1
-
+#if !FULL_AOT_RUNTIME
 using System.Reflection.Emit;
 
 namespace System.Runtime.InteropServices {
-#if NET_2_0
        [ComVisible (true)]
-#endif
        [CLSCompliant (false)]
        [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
        [Guid ("CE1A3BF5-975E-30CC-97C9-1EF70F8F3993")]