[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.SubindexCollection-1.Remove

Remove Method

Remove(Subindex<T>)

Removes a subindex from the collection.

Declaration
public bool Remove(Subindex<T> definition)
Parameters
Type Name Description
Subindex<T> definition

The subindex to remove.

Returns
Type Description
bool

true if a subindex has been removed; false if the subindex does not belong to this collection.

Implements

Remove(LambdaExpression)

Removes a subindex from the collection.

Declaration
public bool Remove(LambdaExpression keySelector)
Parameters
Type Name Description
LambdaExpression keySelector

Key selector expression of a subindex, see KeySelector.

Returns
Type Description
bool

true if a subindex has been removed; false if there is no subindex with the given key selector in the collection.