[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.IndexCollection-1.Remove

Remove Method

Remove(LambdaExpression)

Removes an index from the collection.

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

Key selector expression of an index, see KeySelector.

Returns
Type Description
bool

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

Overrides
Implements

Remove(Index<T>)

Removes an index from the collection.

Declaration
public bool Remove(Index<T> index)
Parameters
Type Name Description
Index<T> index

The index to remove.

Returns
Type Description
bool

true if an index has been removed; false if the index does not belong to this collection.