Click or drag to resize

ArrayObjectGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public virtual IEnumerator<Object> GetEnumerator()

Return Value

Type: IEnumeratorObject
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also