refactor: renamed DelegateHelpers to DelegateExtensions

This commit is contained in:
Syntriax 2025-05-04 18:52:47 +03:00
parent fbbdfb07fa
commit 41c5def097

View File

@ -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)
{