[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Index-1.KeyCount

KeyCount Property

KeyCount

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

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

Number of distinct key values in the collection.

Implements
Remarks

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