Romestead Assembly Reference

Candide.CandideUI.Input.UndoRedoStack

Type JSON

internal class in Candide.CandideUI.Input

Methods4
Properties1
Fields1
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.CandideUI.Input
  • Base typeSystem.Object
  • Hash2857E4B4F9192954FB124377C49A7E461EE90981780336EB1F4CD1D8A9FD2FAE

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
_stackprivateprivate System.Collections.Generic.Stack<Candide.CandideUI.Input.UndoRedoRecord> _stack

Properties

NameVisibilitySignature
Stackpublicpublic 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 typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash703DF9FCA0FC48A98A64E3568198F0C5268E8F2D5B43EA1830B0DA4E4F203A7A
  • Body hashC3EDF3DE59DCA2AEECED187E85314704EC23505DB52DCD09AE964BC5502B194A
  • 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)
Called by

MakeInsert

public System.Void MakeInsert(System.Int32 where, System.Int32 length)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash8CF44EB03823EB57CB99BBC1807236DF62570249A36F0775E68C3CAC8F1B2776
  • Body hash5CFEB6DB45B62D26B29AD7FFAC751475C09CC5581203C8A9DFA4EDACFBE57F34
  • IL size45
Referenced calls
  • Candide.CandideUI.Input.UndoRedoRecord::.ctor()
  • System.Collections.Generic.Stack<Candide.CandideUI.Input.UndoRedoRecord>::Push(!0)
Called by

MakeReplace

public System.Void MakeReplace(System.String text, System.Int32 where, System.Int32 length, System.Int32 newLength)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash870BFCD8A5A8A6CCD5C56CCD74B906EC14D05E0AECFB63EEA5377D6E06A0BDE3
  • Body hash4AE3C7605E9885C5EDD73C8D84A0BF84F3A2BD79EC23A695D34914AF304F79D4
  • IL size84
Referenced calls
Called by

Reset

public System.Void Reset()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashAD399850BB64A977EB8A4A5B45BB94FB64DA91C00631C7FA1E775FC672C5E91E
  • Body hashCF69485DAFB9B558DB5F43F6A73BCF2D517DC4A416163CDB344DB44A44A62587
  • IL size12
Referenced calls
  • System.Collections.Generic.Stack<Candide.CandideUI.Input.UndoRedoRecord>::Clear()
Called by