Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
OptionsDictionary Class
OptionsDictionary Methods
Add Method
Add Method (KeyValuePair(String, Object))
Add Method (String, Object)
OptionsDictionary
Add Method (KeyValuePair
String, Object
)
Adds an item to the
ICollection
T
.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
Copy
public
void
Add
(
KeyValuePair
<
string
,
Object
>
item
)
Parameters
item
Type:
System.Collections.Generic
KeyValuePair
String
,
Object
The object to add to the
ICollection
T
.
Implements
ICollection
T
Add(T)
Exceptions
Exception
Condition
NotSupportedException
The
ICollection
T
is read-only.
See Also
Reference
OptionsDictionary Class
Add Overload
Couchbase.Lite Namespace