Removes an item from the list.
| C# | Visual Basic | Visual C++ |
protected LIST_ITEM Remove( LIST_ITEM p_Item )
Protected Function Remove ( _ p_Item As LIST_ITEM _ ) As LIST_ITEM
protected: LIST_ITEM Remove( LIST_ITEM p_Item )
- p_Item (LIST_ITEM)
- The item to delete
the item that has been removed, null if the item was not in the list