Browse Source

Fixed CWT remove

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
c147a5f993
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Net3-Proxy/CompilerServices.cs

+ 1
- 1
Net3-Proxy/CompilerServices.cs View File

@ -80,7 +80,7 @@ namespace System.Runtime.CompilerServices
if (key == null)
throw new ArgumentException("Null key", nameof(key));
items.Remove(WeakRef(key));
return items.Remove(WeakRef(key));
}
public ConditionalWeakTable()


Loading…
Cancel
Save