|
|
| |
|
|
|
|
|
|
Removes a Bookmark from the list.
|
|
|
|
| |
|
[C#]
bool Remove(Bookmark value)
[Visual Basic]
Function Remove(value As Bookmark) As Boolean
|
|
|
|
| |
| Name
|
Description
|
| value |
The Bookmark to be removed. |
| return |
True if the Bookmark is removed, otherwise false. |
|
|
|
|
| |
|
When a Bookmark is removed the elements that follow the removed
element move up to occupy the vacated spot.
|
|
|
|
| |
|