ProviderDictionaryTKey, TValueAdd Method (TKey, TValue) |
Adds the specified object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax public void Add(
TKey key,
TValue value
)
Parameters
- key
- Type: TKey
Key to add - value
- Type: TValue
Value
See Also