Click or drag to resize

SystemShellListItemCollection<T>.Remove Method

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

Parameters

item
Type: T
The object to remove from the ICollection<T>.

Return Value

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

Implements

ICollection<T>.Remove(T)
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the list is readonly.
See Also