Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Records in C# 9 are also supported, as shown in the following example:

:::code language="csharp" source="snippets/system-text-json-how-to-5-0/csharp/Records.cs":::

For types that are immutable because all their property setters are non-public, see the following section about [non-public property accessors](#non-public-property-accessors).
For types that are immutable because all their property setters are non-public, see the following section.
::: zone-end

::: zone pivot="dotnet-core-3-1"
Expand Down