API Diff .NET 9.0 -> 10.0 (#10147)
* API Diff .NET 9.0 -> 10.0 * Remove System.Threading.AccessControl from notes * Move files up one level
This commit is contained in:
committed by
GitHub
parent
ca43c12503
commit
bbe69a494d
@@ -0,0 +1,11 @@
|
||||
# System.Drawing.Common
|
||||
|
||||
```diff
|
||||
namespace System.Drawing.Text
|
||||
{
|
||||
public sealed class InstalledFontCollection : System.Drawing.Text.FontCollection
|
||||
{
|
||||
+ protected override void Dispose(bool disposing);
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user