Gets the key of the IndexedGroup<(Of <(<'T>)>)>.

Namespace:  C1.LiveLinq.Indexing.Search
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public Object Key { get; }
Visual Basic
Public ReadOnly Property Key As Object
	Get

Return Value

The key of the IndexedGroup<(Of <(<'T>)>)>.

Implements

IGrouping<(Of <(<'TKey, TElement>)>)>..::..Key

See Also