[]
        
(Showing Draft Content)

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

Key Property

Key

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

Declaration
public abstract TKey Key { get; }
Property Value
Type Description
TKey

The key of the IndexedGroup<TKey, T>.

Implements