Click or drag to resize

MemoryCacheTKey, TValueTryGetValue Method

Returns the value of an entry.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public virtual bool TryGetValue(
	TKey key,
	out TValue value
)

Parameters

key
Type: TKey
The key of the entry.
value
Type: TValue
Documentation in progress...

Return Value

Type: Boolean
Documentation in progress...
See Also