[]
Represents a collection of Bookmark elements.
public class BookmarkCollection : ContentRangeCollection<Bookmark>, IContentList<Bookmark>, IReadOnlyList<Bookmark>, IReadOnlyCollection<Bookmark>, IEnumerable<Bookmark>, IEnumerable
| Name | Description |
|---|---|
| this[string] | Gets a bookmark from the collection by its name. |
| Name | Description |
|---|---|
| Add(string) | Adds a Bookmark into the collection at the Content position. |
| Contains(string) | Gets whether the collection contains a bookmark with specified name. |
| Insert(string, RangeLocation) | Inserts a Bookmark into the collection at the specified position. |
| TryGetValue(string, out Bookmark) | Gets a bookmark from the collection by its name. |