JamItemIdListCollectionRemove Method |
Part of the
ICollectionT interface. Removes an element from the collection.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public bool Remove(
IJamItemIdList item
)
Public Function Remove (
item As IJamItemIdList
) As Boolean
public:
virtual bool Remove(
IJamItemIdList^ item
) sealed
abstract Remove :
item : IJamItemIdList -> bool
override Remove :
item : IJamItemIdList -> bool
Parameters
- item
- Type: Jam.ShellIJamItemIdList
The object to remove from the
ICollectionT.
Return Value
Type:
Booleantrue if the item was removed, false otherwise.
Implements
ICollectionTRemove(T)Exceptions See Also