LinesAccessor Class

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public class LinesAccessor : IList<string>, 
	ICollection<string>, IEnumerable<string>, IEnumerable
Visual Basic
Public Class LinesAccessor _
	Implements IList(Of String), ICollection(Of String),  _
	IEnumerable(Of String), IEnumerable
Visual C++
public ref class LinesAccessor : IList<String^>, 
	ICollection<String^>, IEnumerable<String^>, IEnumerable

Inheritance Hierarchy

System..::..Object
  FastColoredTextBoxNS..::..LinesAccessor

See Also