refactor: renamed DelegateHelpers to DelegateExtensions
This commit is contained in:
@@ -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)
|
||||
{
|
Reference in New Issue
Block a user