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: 19.00.00
Syntax
C#
public void Add(
	KeyType key,
	ValueType value
)

Parameters

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