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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Algorithm
Gets the indexing algorithm used by the index.
(Inherited from IndexDefinition<(Of <(<'T>)>)>.)
Public property KeyIsUnique
Gets a value that indicates whether the key used in this index is a unique key for the collection.
(Inherited from IndexDefinition<(Of <(<'T>)>)>.)
Public property KeySelector
Gets the expression used to obtain key value from an element of the indexed collection.
Public property KeyType
Gets the type of the index key.
(Inherited from IndexDefinition<(Of <(<'T>)>)>.)
Public property Locale
Gets the locale information used to compare strings in the index.
(Inherited from IndexDefinition<(Of <(<'T>)>)>.)
Public property Parent
Parent of this subindex definition in the index/subindexes hierarchy.
(Inherited from Subindex<(Of <(<'T>)>)>.)
Public property Root
Gets the root index in an index/subindex hierarchy.
(Inherited from IndexDefinition<(Of <(<'T>)>)>.)
Public property Subindexes
Gets the collection of subindexes added to this index.
(Inherited from IndexDefinition<(Of <(<'T>)>)>.)

See Also