Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7.0-preview5_System.ComponentModel.md « Microsoft.NETCore.App « preview5 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 67b6a2b510961d99ba375fa25c72ee074360a4d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# System.ComponentModel

``` diff
 namespace System.ComponentModel {
     public sealed class TypeDescriptor {
+       [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
         public static Type ComObjectType { get; }
+       [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
         public static Type InterfaceType { get; }
     }
 }
```