Constructor BookMarks
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.