[]
Gets the number of distinct key values in all items of this collection.
public abstract int KeyCount { get; }
Type | Description |
---|---|
int | Number of distinct key values in the collection. |
This number is not the same as ItemCount, unless the index key is a unique key of that collection, see KeyIsUnique.