IProviderDictionaryTemplateTValueAdd Method |
Adds the specified object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax void Add(
Object key,
TValue value
)
Parameters
- key
- Type: SystemObject
Key to add - value
- Type: TValue
Value
See Also