[]
Removes a subindex from the collection.
public bool Remove(Subindex<T> definition)
| Type | Name | Description |
|---|---|---|
| Subindex<T> | definition | The subindex to remove. |
| Type | Description |
|---|---|
| bool | true if a subindex has been removed; false if the subindex does not belong to this collection. |
Removes a subindex from the collection.
public bool Remove(LambdaExpression keySelector)
| Type | Name | Description |
|---|---|---|
| LambdaExpression | keySelector | Key selector expression of a subindex, see KeySelector. |
| Type | Description |
|---|---|
| bool | true if a subindex has been removed; false if there is no subindex with the given key selector in the collection. |