Click or drag to resize

ReadOnlyDictionaryCount Property

Gets the number of entries in the dictionary

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public virtual int Count { get; }

Property Value

Type: Int32

Implements

IReadOnlyDictionaryCount
See Also