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

7.0-rc1_System.Text.Json.Serialization.Metadata.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: f00b8251811588d1c7915d70d5ce4cb88005d69f (plain)
1
2
3
4
5
6
7
8
9
10
# System.Text.Json.Serialization.Metadata

``` diff
 namespace System.Text.Json.Serialization.Metadata {
     public abstract class JsonPropertyInfo {
+        public bool IsRequired { get; set; }
     }
 }
```