Updated C# and .NET docs supplement (markdown)

James Groom 2023-02-08 04:36:06 +10:00
parent c1c794f0d0
commit d5538a5f63
1 changed files with 1 additions and 1 deletions

@ -1,7 +1,7 @@
To save us repeating our complaints about the lack of proper documentation under each section, let's agree to gather all the frustration here:
> AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
## Collection type names
## Deceptive collection type names
`IReadOnly{Collection,Dictionary,List,Set}` are for getting read-only views of the collections that implement them. They do not mean the collection is immutable (there are [separate classes](https://learn.microsoft.com/en-us/dotnet/api/system.collections.immutable?view=net-6.0) for that).