The Index<(Of <(<'T>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
ContainsKey |
Returns a value that indicates whether the indexed collection contains an item with the given key value. Implements IIndexScanner(T).ContainsKey(object) |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Find |
Finds items with the specified key value. Implements IIndexScanner(T).Find(object) |
|
FindBetween |
Finds items with key values in the interval between the specified values. Implements IIndexScanner(T).FindBetween(object,bool,object,bool,Order) |
|
FindGreater |
Finds items with keys greater than the specified value. |
|
FindKeys |
Finds items containing any of the specified key values. Implements FindKeys(IEnumerable,Order) |
|
FindLess |
Finds items with keys less than the specified value. Implements IIndexScanner(T).FindLess(object,bool,Order) |
|
FindStartingWith |
Finds items with string key values starting with the specified string. Implements IIndexScanner(T).FindStartingWith(string,Func(string, bool),Order) |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GroupJoin<(Of <<'(T2, TResult>)>>)(IIndexScanner<(Of <<'(T2>)>>), Func<(Of <<'(T, IEnumerable<(Of <<'(T2>)>>), TResult>)>>)) |
Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection. Implements IIndexScanner(T).GroupJoin |
|
GroupJoin<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, Object>)>>), Func<(Of <<'(IEnumerable<(Of <<'(T>)>>), T2, TResult>)>>)) |
Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of the second sequence. Implements IIndexScanner(T).GroupJoin |
|
GroupJoin<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, Object>)>>), Func<(Of <<'(T, IEnumerable<(Of <<'(T2>)>>), TResult>)>>)) |
Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of this collection. Implements IIndexScanner(T).GroupJoin |
|
Join<(Of <<'(T2, TResult>)>>)(IIndexScanner<(Of <<'(T2>)>>), Func<(Of <<'(T, T2, TResult>)>>), JoinOperator) |
Correlates the items of this indexed collection with the items of another indexed collection and returns the combined items with matching keys. Implements IIndexScanner(T).Join |
|
Join<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, Object>)>>), Func<(Of <<'(T, T2, TResult>)>>), JoinOperator) |
Correlates the items of this indexed collection with the items of another sequence and returns the combined items with matching keys. Implements IIndexScanner(T).Join |
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Algorithm |
Gets the indexing algorithm used by the index.
(Inherited from IndexDefinition<(Of <(<'T>)>)>.) |
|
ItemCount |
Gets the number of elements in the indexed collection.
|
|
KeyCount |
Gets the number of distinct key values in all items of this collection.
|
|
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>)>)>.) |
|
KeySelector |
Gets the expression used to obtain key value from an element of the indexed collection.
(Inherited from IndexDefinition<(Of <(<'T>)>)>.) |
|
KeyType |
Gets the type of the index key.
(Inherited from IndexDefinition<(Of <(<'T>)>)>.) |
|
Locale |
Gets the locale information used to compare strings in the index.
(Inherited from IndexDefinition<(Of <(<'T>)>)>.) |
|
Root |
Gets the root index in an index/subindex hierarchy.
(Inherited from IndexDefinition<(Of <(<'T>)>)>.) |
|
Subindexes |
Gets the collection of subindexes added to this index.
(Inherited from IndexDefinition<(Of <(<'T>)>)>.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IIndexScanner<(Of <<'(T>)>>)..::..All | ||
IIndexScanner<(Of <<'(T>)>>)..::..Definition | ||
IIndexScanner<(Of <<'(T>)>>)..::..ParentScanner |