diff --git a/src/Cuemon.Core/ActionFactory.cs b/src/Cuemon.Core/ActionFactory.cs index ecca65a15..f75214d74 100644 --- a/src/Cuemon.Core/ActionFactory.cs +++ b/src/Cuemon.Core/ActionFactory.cs @@ -3,473 +3,13 @@ namespace Cuemon { /// - /// Provides access to factory methods for creating instances that encapsulate a delegate with a variable amount of generic arguments. + /// Provides a way of invoking an delegate regardless of the amount of parameters provided. /// - public static class ActionFactory + /// The type of the n-tuple representation of a . + public sealed class ActionFactory : MutableTupleFactory where TTuple : MutableTuple { /// - /// Creates a new instance encapsulating the specified . - /// - /// The delegate to invoke. - /// An instance of object initialized with the specified . - public static ActionFactory