[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Search.IIndexScanner-1.KeyCount

KeyCount Property

KeyCount

Gets the number of distinct key values in all items of this collection.

Declaration
int KeyCount { get; }
Property Value
Type Description
int

Number of distinct key values in the collection.

Remarks

This number is not the same as the number of elements in the collection, unless the index key is a unique key of that collection, see KeyIsUnique.