BookmarkCollectionRemove Method |
Removes the first occurrence of a specific object from the ICollectionT.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public bool Remove(
Bookmark item
)
Public Function Remove (
item As Bookmark
) As Boolean
Parameters
- item Bookmark
- The object to remove from the ICollectionT.
Return Value
Booleantrue if item was successfully removed from the
ICollectionT;
otherwise, false. This method also returns false if item is not found in the original
ICollectionT.
Implements
ICollectionTRemove(T)Exceptions Exception | Condition |
---|
NotSupportedException | The ICollectionT is read-only. |
See Also