[Missing <summary> documentation for "T:BaseLib.Commands.ActionCommand`2"]

Namespace: BaseLib.Commands
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public abstract class ActionCommand<TAction, TEvent> : CommandBase
where TAction : ActionBase<TAction>
where TEvent : new(), TargetedActionEvent

Type Parameters

TAction

[Missing <typeparam name="TAction"/> documentation for "T:BaseLib.Commands.ActionCommand`2"]

TEvent

[Missing <typeparam name="TEvent"/> documentation for "T:BaseLib.Commands.ActionCommand`2"]

Inheritance Hierarchy

See Also