







This class contains the source text (chars and styles).
It stores a text lines, the manager of commands, undo/redo stack, styles.
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
| C# |
|---|
public class TextSource : IList<Line>, ICollection<Line>, IEnumerable<Line>, IEnumerable, IDisposable |
| Visual Basic |
|---|
Public Class TextSource _ Implements IList(Of Line), ICollection(Of Line), _ IEnumerable(Of Line), IEnumerable, IDisposable |
| Visual C++ |
|---|
public ref class TextSource : IList<Line^>, ICollection<Line^>, IEnumerable<Line^>, IEnumerable, IDisposable |
