Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
OptionsDictionary Class
OptionsDictionary Methods
Add Method
Clear Method
Contains Method
ContainsKey Method
CopyTo Method
GetEnumerator Method
Remove Method
TryGetValue Method
OptionsDictionary
GetEnumerator Method
Returns an enumerator that iterates through the collection.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
Copy
public
IEnumerator
<
KeyValuePair
<
string
,
Object
>>
GetEnumerator
()
Return Value
Type:
IEnumerator
KeyValuePair
String
,
Object
An enumerator that can be used to iterate through the collection.
Implements
IEnumerable
T
GetEnumerator
See Also
Reference
OptionsDictionary Class
Couchbase.Lite Namespace