[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.IndexDefinition-1.KeyType

KeyType Property

KeyType

Gets the type of the index key.

Declaration
public Type KeyType { get; }
Public ReadOnly Property KeyType As Type
Property Value
Type Description
Type

The type of the result of the KeySelector expression.

Remarks

This type is the same as the TKey type parameter for Index<T, TKey> and Subindex<T, TKey> objects.