Méthode | Description | |
---|---|---|
CanMerge ( IUndoAction action ) : bool | ||
EditableEraseAction ( IEditable editable, int start, int end ) : System | ||
Merge ( IUndoAction action ) : void | ||
Redo ( ) : void | ||
ToString ( ) : string | ||
Undo ( ) : void |
public CanMerge ( IUndoAction action ) : bool | ||
action | IUndoAction | |
Résultat | bool |
public EditableEraseAction ( IEditable editable, int start, int end ) : System | ||
editable | IEditable | |
start | int | |
end | int | |
Résultat | System |