Click or drag to resize

SystemShellListItemCollectionTRemove Method

Part of the ICollectionT interface. Removes an element from the collection.

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

Parameters

item  T
The object to remove from the ICollectionT.

Return Value

Boolean
true if the item was removed, false otherwise.

Implements

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