Class CommandManager
Factory methods for ICommandManager<T>.
public static class CommandManager
- Inheritance
-
CommandManager
Methods
For<T>(T, string?)
Creates a new command manager.
public static ICommandManager<T> For<T>(T target, string? path = null) where T : class
Parameters
target
TThe object being edited.
path
stringThe path of the file the
target
was loaded from.null
if none.
Returns
Type Parameters
T