[]
Gets the type of the index key.
public Type KeyType { get; }
| Type | Description |
|---|---|
| Type | The type of the result of the KeySelector expression. |
This type is the same as the TKey type parameter for Index<T, TKey> and Subindex<T, TKey> objects.