mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Add Array.Clear(Array) to sandbox
API added in .NET 6, overload that took explicit array bounds was already in sandbox.
This commit is contained in:
@@ -39,7 +39,7 @@ END TEMPLATE-->
|
||||
|
||||
### New features
|
||||
|
||||
*None yet*
|
||||
* `Array.Clear(Array)` is now available in the sandbox.
|
||||
|
||||
### Bugfixes
|
||||
|
||||
|
||||
@@ -831,6 +831,7 @@ Types:
|
||||
- "object GetValue(long[])"
|
||||
- "System.Collections.IEnumerator GetEnumerator()"
|
||||
- "System.Collections.ObjectModel.ReadOnlyCollection`1<!!0> AsReadOnly<>(!!0[])"
|
||||
- "void Clear(System.Array)"
|
||||
- "void Clear(System.Array, int, int)"
|
||||
- "void ConstrainedCopy(System.Array, int, System.Array, int, int)"
|
||||
- "void Copy(System.Array, int, System.Array, int, int)"
|
||||
|
||||
Reference in New Issue
Block a user