A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Couchbase.Lite.Util
ContractedDictionary Class
ContractedDictionary Properties
Count Property
IsReadOnly Property
Item Property
Keys Property
Values Property
ContractedDictionary
Item Property
Gets or sets an object via a given key
Namespace:
Couchbase.Lite.Util
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
Copy
public
Object
this
[
string
key
] {
get
;
set
; }
Parameters
key
Type:
System
String
The key to get or set
Property Value
Type:
Object
Implements
IDictionary
TKey, TValue
Item
TKey
Exceptions
Exception
Condition
KeyNotFoundException
Thrown if the given key was not present in the dictionary
See Also
Reference
ContractedDictionary Class
Couchbase.Lite.Util Namespace