BaseBookmarks Class

T3000 CrossPlatform

BaseBookmarks Class

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

Base class for bookmark collection
Inheritance Hierarchy
SystemObject  FastColoredTextBoxNSBaseBookmarks
    FastColoredTextBoxNSBookmarks

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public abstract class BaseBookmarks : ICollection<Bookmark>, 
	IEnumerable<Bookmark>, IEnumerable, IDisposable
Public MustInherit Class BaseBookmarks
	Implements ICollection(Of Bookmark), IEnumerable(Of Bookmark), 
	IEnumerable, IDisposable

Dim instance As BaseBookmarks

The BaseBookmarks type exposes the following members.

Constructors
  NameDescription
Protected methodBaseBookmarks
Initializes a new instance of the BaseBookmarks class
Top
Properties
  NameDescription
Public propertyCount
Public propertyIsReadOnly
Top
Methods
  NameDescription
Public methodAdd(Int32)
Public methodAdd(Bookmark)
Public methodAdd(Int32, String)
Public methodClear
Public methodContains(Int32)
Public methodContains(Bookmark)
Public methodCopyTo
Public methodDispose
Releases all resources used by the BaseBookmarks
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBookmark
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove(Int32)
Public methodRemove(Bookmark)
Public methodToString (Inherited from Object.)
Top
See Also