C# Class Catrobat.IDE.Core.Formulas.Editor.FormulaEditor.EditorState

Show file Open project: Catrobat/CatrobatForWindows

Public Methods

Method Description
EditorState ( IEnumerable tokens, int caretIndex, int selectionLength ) : System

Method Details

EditorState() public method

public EditorState ( IEnumerable tokens, int caretIndex, int selectionLength ) : System
tokens IEnumerable
caretIndex int
selectionLength int
return System