3 lines
283 B
Plaintext
3 lines
283 B
Plaintext
![]() |
== Why is this an issue?
|
||
|
|
||
|
Classes and records with either `private` or `file` access modifiers aren't visible outside of their assemblies or files, so if they're not extended inside their scope, they should be made explicitly non-extensible with the addition of the `sealed` keyword.
|