Click or drag to resize

CustomFileListTRemove Method (T)

Removes an item from the list.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
protected T Remove(
	T p_Item
)

Parameters

p_Item
Type: T
The item to delete

Return Value

Type: T
the item that has been removed, null if the item was not in the list
See Also