ExpiringListTRemove Method |
Removes the item from the list.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Remove(
T item
)
Public Sub Remove (
item As T
)
public:
void Remove(
T item
)
member Remove :
item : 'T -> unit
Parameters
- item
- Type: T
See Also