Line.AddRange Method

T3000 CrossPlatform

LineAddRange Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.Line.AddRange(System.Collections.Generic.IEnumerable{FastColoredTextBoxNS.Char})"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual void AddRange(
	IEnumerable<Char> collection
)
Public Overridable Sub AddRange ( 
	collection As IEnumerable(Of Char)
)

Dim instance As Line
Dim collection As IEnumerable(Of Char)

instance.AddRange(collection)

Parameters

collection
Type: System.Collections.GenericIEnumerableChar

[Missing <param name="collection"/> documentation for "M:FastColoredTextBoxNS.Line.AddRange(System.Collections.Generic.IEnumerable{FastColoredTextBoxNS.Char})"]

See Also