Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
NanoByte
Common
Undo
SimpleCommandExecutor
C# Class NanoByte.Common.Undo.SimpleCommandExecutor
Executes
IUndoCommand
s without any additional handling.
Inheritance:
ICommandExecutor
Show file
Open project: nano-byte/common
Class Usage Examples
Public Methods
Method
Description
Execute
(
IUndoCommand
command
) :
void
Method Details
Execute()
public
method
public
Execute
(
IUndoCommand
command
) :
void
command
IUndoCommand
return
void