Skip to content

Commit

Permalink
fix lint warnigns
Browse files Browse the repository at this point in the history
  • Loading branch information
BillWagner committed Apr 3, 2022
1 parent adcb5cf commit 3964d86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions standard/classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3428,7 +3428,9 @@ Although the backing field is hidden, that field may have field-targeted attribu
> public string MySecret { get; set; }
> }
> ```
>
> results in the field-targeted attribute `NonSerialized` being applied to the compiler-generated backing field, as if the code had been written as follows:
>
> ```csharp
> [Serializable]
> public class Foo
Expand Down

0 comments on commit 3964d86

Please sign in to comment.