Click or drag to resize

JamItemIdListCollectionRemove Method

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public bool Remove(
	IJamItemIdList item
)

Parameters

item
Type: Jam.ShellIJamItemIdList
The object to remove from the ICollectionT.

Return Value

Type: Boolean
true if the item was removed, false otherwise.

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the list is readonly.
See Also