Click or drag to resize

BookmarkCollectionRemove Method

Removes the first occurrence of a specific object from the ICollectionT.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public bool Remove(
	Bookmark item
)

Parameters

item  Bookmark
The object to remove from the ICollectionT.

Return Value

Boolean
true 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
ExceptionCondition
NotSupportedExceptionThe ICollectionT is read-only.
See Also