LRUK, TRemove Method A Sandcastle Documented Class Library
Remove the node with the specified
key
.

Namespace:  Apptus.Util.Collection
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax

C#
public void Remove(
	K key
)

Parameters

key
Type: K
The key of the node to remove.
See Also

Reference