LinesAccessor Class

T3000 CrossPlatform

LinesAccessor Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:FastColoredTextBoxNS.LinesAccessor"]

Inheritance Hierarchy
SystemObject  FastColoredTextBoxNSLinesAccessor

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class LinesAccessor : IList<string>, 
	ICollection<string>, IEnumerable<string>, IEnumerable
Public Class LinesAccessor
	Implements IList(Of String), ICollection(Of String), 
	IEnumerable(Of String), IEnumerable

Dim instance As LinesAccessor

The LinesAccessor type exposes the following members.

Constructors
  NameDescription
Public methodLinesAccessor
Initializes a new instance of the LinesAccessor class
Top
Properties
  NameDescription
Public propertyCount
Public propertyIsReadOnly
Public propertyItem
Top
Methods
  NameDescription
Public methodAdd
Public methodClear
Public methodContains
Public methodCopyTo
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Public methodInsert
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Public methodRemoveAt
Public methodToString (Inherited from Object.)
Top
See Also