This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Fixed CWT remove
4.0.0-beta
Anairkoen Schno
4 years ago
parent
f3b5a7bd78
commit
1903a174ac
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
)
Write
Preview
Loading…
Cancel
Save