Click or drag to resize

CacheKeyType, ValueTypeAdd Method

Adds the specified key-value pair to the cache.

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void Add(
	KeyType key,
	ValueType value
)

Parameters

key
Type: KeyType
The key.
value
Type: ValueType
The value.
See Also