Updated C# and .NET docs supplement (markdown)

James Groom 2023-02-08 04:35:29 +10:00
parent 7b0da2a67a
commit c1c794f0d0
1 changed files with 4 additions and 0 deletions

@ -11,6 +11,10 @@ To save us repeating our complaints about the lack of proper documentation under
see [feature matrix](https://github.com/TASEmulators/BizHawk/wiki/Available-C%23-and-.NET-features) page
## `String.GetHashCode` stability
The `GetHashCode` implementation for strings does not reflect the string's contents, and as such, is not stable between program instances.
## `System.Drawing.SystemIcons` rendered
[Docs for `SystemIcons`](https://learn.microsoft.com/en-us/dotnet/api/system.drawing.systemicons?view=netframework-4.8) don't include any pictures, so here they are (Win10, Mono 6.12.x):