CustomFileListTRemove Method (T) |
Removes an item from the list.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntaxprotected T Remove(
T p_Item
)
Protected Function Remove (
p_Item As T
) As T
protected:
T Remove(
T p_Item
)
member Remove :
p_Item : 'T -> 'T
Parameters
- p_Item
- Type: T
The item to delete
Return Value
Type:
Tthe item that has been removed, null if the item was not in the list
See Also