Click or drag to resize

DocumentGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public IEnumerator<KeyValuePair<string, Object>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairString, Object
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also