Add WeakReference<T> to sandbox

This commit is contained in:
PJB3005
2025-09-07 00:17:07 +02:00
parent d4f7e60432
commit 745d0e5532
2 changed files with 6 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ END TEMPLATE-->
### New features
* `Control.OrderedChildCollection` (gotten from `.Children`) now implements `IReadOnlyList<Control>`, allowing it to be indexed directly.
* `System.WeakReference<T>` is now available in the sandbox.
### Bugfixes

View File

@@ -1560,6 +1560,11 @@ Types:
ValueType: { All: True }
Version: { All: True }
Void: { All: True }
WeakReference`1:
Methods:
- "void .ctor(!0)"
- "bool TryGetTarget(ref !0)"
- "void SetTarget(!0)"
YamlDotNet.Core.Events:
MappingStyle: { } # Enum
SequenceStyle: { } # Enum