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