Kentico 8.2 API Reference
Kentico 8.2 API Reference
Namespaces
CMS.Base
SafeDictionary(TKey, TValue) Class
SafeDictionary(TKey, TValue) Methods
Add Method
AddMultiple Method
Clear Method
CloneForNewThread Method
Contains Method
ContainsKey Method
ContainsValue Method
CopyTo Method
GetInternalValue Method
GetObjectData Method
GetRealCount Method
Remove Method
SetInternalValue Method
TryGetValue Method
SafeDictionary
TKey
,
TValue
Add Method
Adds the value to the dictionary
Namespace:
CMS.Base
Assembly:
CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
Copy
public
override
void
Add
(
Object
key
,
Object
value
)
Parameters
key
Type:
System
Object
Key
value
Type:
System
Object
Value
Implements
IDictionary
Add(Object, Object)
See Also
Reference
SafeDictionary
TKey, TValue
Class
CMS.Base Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com