Update
This commit is contained in:
parent
fd392252fa
commit
fe88c316b9
@ -11,7 +11,7 @@ namespace SkinHide.Utils
|
||||
{
|
||||
public static DelegateType ObjectMethodDelegate<DelegateType>(MethodInfo method, bool virtualCall = true) where DelegateType : Delegate
|
||||
{
|
||||
if (method is null)
|
||||
if (method == null)
|
||||
{
|
||||
throw new ArgumentNullException(nameof(method));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user