Removes a Bookmark from the list.
[C#] bool Remove(Bookmark value) [Visual Basic] Function Remove(value As Bookmark) As Boolean
bool Remove(Bookmark value)
Function Remove(value As Bookmark) As Boolean
When a Bookmark is removed the elements that follow the removed element move up to occupy the vacated spot.
None.