Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
MutableArray Class
MutableArray Methods
Add Method
GetArray Method
GetDictionary Method
Insert Method
RemoveAt Method
Set Method
MutableArray
GetDictionary Method
Gets the value at the given index as an
IDictionaryObject
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
Copy
public
IMutableDictionary
GetDictionary
(
int
index
)
Parameters
index
Type:
System
Int32
The index to lookup
Return Value
Type:
IMutableDictionary
The value at the index, or
null
Implements
IMutableArray
GetDictionary(Int32)
See Also
Reference
MutableArray Class
Couchbase.Lite Namespace