Click or drag to resize

ContractedDictionaryValues Property

[Missing <summary> documentation for "P:Couchbase.Lite.Util.ContractedDictionary.Values"]

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public ICollection<Object> Values { get; }

Property Value

Type: ICollectionObject

Implements

IDictionaryTKey, TValueValues
See Also