BaseBookmarks.Add Method (Int32)

T3000 CrossPlatform

BaseBookmarksAdd Method (Int32)

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.BaseBookmarks.Add(System.Int32)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public abstract void Add(
	int lineIndex
)
Public MustOverride Sub Add ( 
	lineIndex As Integer
)

Dim instance As BaseBookmarks
Dim lineIndex As Integer

instance.Add(lineIndex)

Parameters

lineIndex
Type: SystemInt32

[Missing <param name="lineIndex"/> documentation for "M:FastColoredTextBoxNS.BaseBookmarks.Add(System.Int32)"]

See Also