Click or drag to resize

MemoryCacheTKey, TValueAddValue Method

Adds an entry to the cache.

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 void AddValue(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
The key of the entry.
value
Type: TValue
The value of the entry.
See Also