Candide.CandideUI.Input.UndoRedoStack
Type JSONinternal class in Candide.CandideUI.Input
Type metadata
- Assembly
Romestead - Namespace
Candide.CandideUI.Input - Base type
System.Object - Hash
2857E4B4F9192954FB124377C49A7E461EE90981780336EB1F4CD1D8A9FD2FAE
Relationships
Base type
System.Object
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
_stack# | private | private System.Collections.Generic.Stack<Candide.CandideUI.Input.UndoRedoRecord> _stack |
Properties
| Name | Visibility | Signature |
|---|---|---|
Stack# | public | public System.Collections.Generic.Stack<Candide.CandideUI.Input.UndoRedoRecord> Stack |
Methods
MakeDelete
#
public System.Void MakeDelete(System.String text, System.Int32 where, System.Int32 length)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
703DF9FCA0FC48A98A64E3568198F0C5268E8F2D5B43EA1830B0DA4E4F203A7A - Body hash
C3EDF3DE59DCA2AEECED187E85314704EC23505DB52DCD09AE964BC5502B194A - IL size59
Referenced calls
Candide.CandideUI.Input.UndoRedoRecord::.ctor()System.String::Substring(System.Int32, System.Int32)System.Collections.Generic.Stack<Candide.CandideUI.Input.UndoRedoRecord>::Push(!0)
MakeInsert
#
public System.Void MakeInsert(System.Int32 where, System.Int32 length)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
8CF44EB03823EB57CB99BBC1807236DF62570249A36F0775E68C3CAC8F1B2776 - Body hash
5CFEB6DB45B62D26B29AD7FFAC751475C09CC5581203C8A9DFA4EDACFBE57F34 - IL size45
Referenced calls
Candide.CandideUI.Input.UndoRedoRecord::.ctor()System.Collections.Generic.Stack<Candide.CandideUI.Input.UndoRedoRecord>::Push(!0)
MakeReplace
#
public System.Void MakeReplace(System.String text, System.Int32 where, System.Int32 length, System.Int32 newLength)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
870BFCD8A5A8A6CCD5C56CCD74B906EC14D05E0AECFB63EEA5377D6E06A0BDE3 - Body hash
4AE3C7605E9885C5EDD73C8D84A0BF84F3A2BD79EC23A695D34914AF304F79D4 - IL size84
Referenced calls
Candide.CandideUI.Input.UndoRedoStack::MakeInsert(System.Int32, System.Int32)Candide.CandideUI.Input.UndoRedoStack::MakeDelete(System.String, System.Int32, System.Int32)Candide.CandideUI.Input.UndoRedoRecord::.ctor()System.String::Substring(System.Int32, System.Int32)System.Collections.Generic.Stack<Candide.CandideUI.Input.UndoRedoRecord>::Push(!0)
Reset
#
public System.Void Reset()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
AD399850BB64A977EB8A4A5B45BB94FB64DA91C00631C7FA1E775FC672C5E91E - Body hash
CF69485DAFB9B558DB5F43F6A73BCF2D517DC4A416163CDB344DB44A44A62587 - IL size12
Referenced calls
System.Collections.Generic.Stack<Candide.CandideUI.Input.UndoRedoRecord>::Clear()