Click or drag to resize

ContractedDictionaryGetEnumerator Method

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

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

Return Value

Type: IEnumeratorKeyValuePairString, Object

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

Implements

IEnumerableTGetEnumerator
See Also