Remove ObsoleteAttribute and EditorBrowsableAttribute (#37184)
authorAaron Robinson <arobins@microsoft.com>
Sat, 30 May 2020 00:59:37 +0000 (17:59 -0700)
committerGitHub <noreply@github.com>
Sat, 30 May 2020 00:59:37 +0000 (17:59 -0700)
src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.cs

index 24d334c..96e3af5 100644 (file)
@@ -246,12 +246,8 @@ namespace System.Runtime.InteropServices
     }
     public enum ComInterfaceType
     {
-        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
-        [System.ObsoleteAttribute("Support for IDispatch may be unavailable in future releases.")]
         InterfaceIsDual = 0,
         InterfaceIsIUnknown = 1,
-        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
-        [System.ObsoleteAttribute("Support for IDispatch may be unavailable in future releases.")]
         InterfaceIsIDispatch = 2,
         InterfaceIsIInspectable = 3,
     }