Line.Add Method

T3000 CrossPlatform

LineAdd Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.Line.Add(FastColoredTextBoxNS.Char)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void Add(
	Char item
)
Public Sub Add ( 
	item As Char
)

Dim instance As Line
Dim item As Char

instance.Add(item)

Parameters

item
Type: FastColoredTextBoxNSChar

[Missing <param name="item"/> documentation for "M:FastColoredTextBoxNS.Line.Add(FastColoredTextBoxNS.Char)"]

Implements

ICollectionTAdd(T)
See Also