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

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

``` diff
 namespace System.Runtime.CompilerServices {
+    public class MetadataUpdateOriginalTypeAttribute : Attribute {
+        public MetadataUpdateOriginalTypeAttribute(Type originalType);
+        public Type OriginalType { get; }
+    }
 }
```