Click or drag to resize

SystemShellListItemCollectionTRemove Method

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

Parameters

item
Type: T
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