Kentico 8.2 API Reference
Kentico 8.2 API Reference
Namespaces
CMS.Base
SafeDictionary(TKey, TValue) Class
SafeDictionary(TKey, TValue) Properties
AllowNulls Property
CopyToNewThread Property
DefaultValue Property
IsEmpty Property
IsSynchronized Property
Item Property
Keys Property
NullValue Property
TypedKeys Property
TypedValues Property
UseWeakReferences Property
Values Property
SafeDictionary
TKey
,
TValue
Item Property
Items indexer. Gets or sets the value in the dictionary.
Namespace:
CMS.Base
Assembly:
CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
Copy
public
virtual
TValue
this
[ TKey
key
] {
get
;
set
; }
Parameters
key
Type:
TKey
Value key
Property Value
Type:
TValue
Implements
IGeneralIndexable
KeyType, ObjectType
Item
KeyType
See Also
Reference
SafeDictionary
TKey, TValue
Class
CMS.Base Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com