From 4b11dc566a5bbfa1378d6266525c281b028abcc8 Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Fri, 10 Feb 2017 20:35:12 +0900 Subject: Imported Upstream version 1.0.0.9910 --- src/mscorlib/src/System/Runtime/InteropServices/ICustomMarshaler.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mscorlib/src/System/Runtime/InteropServices/ICustomMarshaler.cs') diff --git a/src/mscorlib/src/System/Runtime/InteropServices/ICustomMarshaler.cs b/src/mscorlib/src/System/Runtime/InteropServices/ICustomMarshaler.cs index 4db4acceeb..d9ed289145 100644 --- a/src/mscorlib/src/System/Runtime/InteropServices/ICustomMarshaler.cs +++ b/src/mscorlib/src/System/Runtime/InteropServices/ICustomMarshaler.cs @@ -15,7 +15,6 @@ namespace System.Runtime.InteropServices { using System; -[System.Runtime.InteropServices.ComVisible(true)] public interface ICustomMarshaler { Object MarshalNativeToManaged( IntPtr pNativeData ); -- cgit v1.2.3