The IndexedGroup<(Of <(<'TKey, T>)>)> type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator
Returns an enumerator that iterates through the IndexQuery<(Of <(<'T>)>)>.
(Inherited from IndexQuery<(Of <(<'T>)>)>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GroupByUntypedKey
Groups the collection of search results by its search key.
(Inherited from IndexQuery<(Of <(<'T>)>)>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Subindex(Subindex<(Of <<'(T>)>>))
Used to apply subindex search to the result of a search operation.
(Inherited from IndexQuery<(Of <(<'T>)>)>.)
Public method Subindex<(Of <<'(TKey>)>>)(Subindex<(Of <<'(T, TKey>)>>))
Used to apply subindex search to the result of a search operation.
(Inherited from IndexQuery<(Of <(<'T>)>)>.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Indexes
The collection of subindexes for this IndexQuery<(Of <(<'T>)>)>.
(Inherited from IndexQuery<(Of <(<'T>)>)>.)
Public property Key
Public property KeyType
Gets the type of the key of the IndexedGroup<(Of <(<'TKey, T>)>)>.
(Overrides IndexedGroup<(Of <(<'T>)>)>..::..KeyType.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IEnumerable..::..GetEnumerator (Inherited from IndexQuery<(Of <(<'T>)>)>.)

See Also