Constructor BookMarks
- Namespace
 - Alternet.Editor.TextSource
 
- Assembly
 - Alternet.Editor.v10.dll
 
BookMarks()
Initializes a new instance of the BookMarksclass with default settings.
public BookMarks()
BookMarks(ITextSource)
Initializes a new instance of the BookMarks class with a specified owner.
public BookMarks(ITextSource owner)
Parameters
ownerITextSourceClass implementing
ITextSourceinterface that owns the collection.