Skip to content
Jean-Philippe Bruyère edited this page Oct 26, 2021 · 1 revision

namespace: Crow.Text

Inheritance Hierarchy

  • Text

Syntax

public class Text

Constructors

prototype description
Text (string text, int capacity=-1) __
Text (int capacity) __

Properties

name description

Methods

prototype description
void Append(ReadOnlySpan< char > str) __
void Insert(ReadOnlySpan< char > str, int start) __
void Remove(int start, int length) __
string ToString() __
void Update(TextChange change) __

Events

name description
Clone this wiki locally