Click or drag to resize
LRUK, TGetExisting Method
Get the node with the specified
key
. If no such node exists null will be returned.

Namespace:  Apptus.Util.Collection
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public T GetExisting(
	K key
)

Parameters

key
Type: K
The key of the node to get.

Return Value

Type: T
The node corresponding to the specified key or null if no such node exists.
See Also