refactor: renamed DelegateHelpers to DelegateExtensions
This commit is contained in:
parent
fbbdfb07fa
commit
41c5def097
@ -2,7 +2,7 @@ using System;
|
||||
|
||||
namespace Syntriax.Engine.Core;
|
||||
|
||||
public static class DelegateHelpers
|
||||
public static class DelegateExtensions
|
||||
{
|
||||
public static void InvokeSafe(this Delegate @delegate, params object?[] args)
|
||||
{
|
Loading…
x
Reference in New Issue
Block a user