CacheKeyType, ValueTypeAdd Method |
Adds the specified key-value pair to the cache.
Namespace: Demo3D.Visuals.KJEAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic void Add(
KeyType key,
ValueType value
)
Parameters
- key KeyType
- The key.
- value ValueType
- The value.
See Also