Click or drag to resize

NonNullDictionaryTK, TVKeys Property

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

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public ICollection<TK> Keys { get; }

Property Value

Type: ICollectionTK

Implements

IDictionaryTKey, TValueKeys
See Also