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

7.0-rc1_System.Diagnostics.CodeAnalysis.md « Microsoft.NETCore.App « rc1 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fae0acb8fad2e854c3ead6243b71b2a5e7bc4cd6 (plain)
1
2
3
4
5
6
7
8
9
10
# System.Diagnostics.CodeAnalysis

``` diff
 namespace System.Diagnostics.CodeAnalysis {
+    public sealed class UnscopedRefAttribute : Attribute {
+        public UnscopedRefAttribute();
+    }
 }
```