The SubindexCollection<(Of <(<'T>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(LambdaExpression, Boolean, Boolean, IndexingAlgorithm, CultureInfo) |
Creates a new subindex and attaches it to its parent's Subindexes collection.
|
|
Add<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>)) |
Creates a new subindex and attaches it to its parent's Subindexes collection.
|
|
Add<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Boolean) |
Creates a new subindex and attaches it to its parent's Subindexes collection.
|
|
Add<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Boolean, Boolean) |
Creates a new subindex and attaches it to its parent's Subindexes collection.
|
|
Add<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Boolean, Boolean, CultureInfo) |
Creates a new subindex and attaches it to its parent's Subindexes collection.
|
|
Add<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Boolean, Boolean, IndexingAlgorithm, CultureInfo) |
Creates a new subindex and attaches it to its parent's Subindexes collection.
|
|
Clear |
Clears the collection of all subindexes. All subindexes are detached from the parent and destroyed.
|
|
Contains(LambdaExpression) |
Determines whether a subindex with the specified key selector exists in the collection.
|
|
Contains<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>)) |
Determines whether a subindex with the specified key selector exists in the collection.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Find(LambdaExpression) |
Finds a subindex in the collection by its key selector.
|
|
Find<(Of <<'(TKey>)>>)(Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>)) |
Finds a subindex in the collection by its key selector.
|
|
GetEnumerator |
Returns an enumerator that iterates through the SubindexCollection<(Of <(<'T>)>)>.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove(LambdaExpression) |
Removes a subindex from the collection.
|
|
Remove(Subindex<(Of <<'(T>)>>)) |
Removes a subindex from the collection.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of subindexes in the collection.
|
|
Item |
Gets the subindex object at the specified ordinal position in the collection.
|