프로퍼티 | 타입 | 설명 | |
---|---|---|---|
canRedo | bool | ||
canUndo | bool | ||
capacity | int | ||
currPos | int | ||
enabled | bool | ||
lastPos | int | ||
list | System.IO.MemoryStream[] |
메소드 | 설명 | |
---|---|---|
AddUndo ( object o ) : void | ||
Redo ( ) : object | ||
Undo ( ) : object | ||
UndoManager ( int capacity ) : System |
메소드 | 설명 | |
---|---|---|
ClearList ( ) : void | ||
ClearList ( int p ) : void | ||
DeserializeObject ( |
||
PushList ( ) : void | ||
SerializeObject ( object o ) : |