Click or drag to resize

QueryEnumeratorGetEnumerator Method

[Missing <summary> documentation for "M:Couchbase.Lite.QueryEnumerator.GetEnumerator"]

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public IEnumerator<QueryRow> GetEnumerator()

Return Value

Type: IEnumeratorQueryRow

[Missing <returns> documentation for "M:Couchbase.Lite.QueryEnumerator.GetEnumerator"]

Implements

IEnumerableTGetEnumerator
See Also