mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 15:24:10 +02:00
Property [Inline] changes, large container/string fixes, reload fixes
This commit is contained in:
parent
c531ade968
commit
becd673914
9 changed files with 45 additions and 37 deletions
|
@ -429,6 +429,12 @@ namespace System.Collections.Generic
|
|||
#endif
|
||||
}
|
||||
|
||||
public void Insert(int index, Span<T> items)
|
||||
{
|
||||
if (items.Length == 0)
|
||||
return;
|
||||
}
|
||||
|
||||
public void RemoveAt(int index)
|
||||
{
|
||||
if (((int)Internal.UnsafeCastToPtr(this) & 0xFFFF) == 0x4BA0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue