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

7.0-preview5_System.Runtime.CompilerServices.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: b0524c1fb824b4bf98ddf5dbc65b3afb74328c0d (plain)
1
2
3
4
5
6
7
8
9
10
# System.Runtime.CompilerServices

``` diff
 namespace System.Runtime.CompilerServices {
     public static class RuntimeFeature {
+        public const string NumericIntPtr = "NumericIntPtr";
     }
 }
```