Bookmarks.Add Method (Int32)

T3000 CrossPlatform

BookmarksAdd Method (Int32)

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

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

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

Dim instance As Bookmarks
Dim lineIndex As Integer

instance.Add(lineIndex)

Parameters

lineIndex
Type: SystemInt32

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

See Also