Updated C# and .NET docs supplement (markdown)
parent
85a02b083f
commit
ad80ded939
|
@ -32,6 +32,10 @@ The `GetHashCode` implementation for strings does not reflect the string's conte
|
|||
|
||||
It seems that `Guid`'s implementation *is* stable across instances, and even across Mono and .NET 6+ implementations. It also gives `0` for `Guid.Empty` which is nice.
|
||||
|
||||
## `System.Drawing.Color.*` rendered
|
||||
|
||||
[Docs for `Color`](https://learn.microsoft.com/en-us/dotnet/api/system.drawing.color?view=netframework-4.8) don't include any pictures, so [here's a nice chart](https://user-images.githubusercontent.com/13409956/226146254-9a6fc384-c822-41e8-ae6a-3106f9e2986c.svg).
|
||||
|
||||
## `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):
|
||||
|
|
Loading…
Reference in New Issue