From: Aaron Robinson Date: Sat, 30 May 2020 00:59:37 +0000 (-0700) Subject: Remove ObsoleteAttribute and EditorBrowsableAttribute (#37184) X-Git-Tag: submit/tizen/20210909.063632~7695 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a81845e09718353f02d5d0896d418a4a6c593d8;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Remove ObsoleteAttribute and EditorBrowsableAttribute (#37184) --- diff --git a/src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.cs b/src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.cs index 24d334c..96e3af5 100644 --- a/src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.cs +++ b/src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.cs @@ -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, }