Click or drag to resize

NonNullDictionaryTK, TVGetEnumerator Method

[Missing <summary> documentation for "M:Couchbase.Lite.Util.NonNullDictionary`2.GetEnumerator"]

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public IEnumerator<KeyValuePair<TK, TV>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairTK, TV

[Missing <returns> documentation for "M:Couchbase.Lite.Util.NonNullDictionary`2.GetEnumerator"]

Implements

IEnumerableTGetEnumerator
See Also