[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Search.IndexedGroup-2.KeyType

KeyType Property

KeyType

Gets the type of the key of the IndexedGroup<TKey, T>.

Declaration
public override sealed Type KeyType { get; }
Property Value
Type Description
Type

The same type as the TKey type parameter of the class.

Overrides