mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Add WeakReference<T> to sandbox
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user