[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.IndexCollection-1.Item

this Property

this[LambdaExpression]

Gets the index with the specified key selector.

Declaration
public Index<T> this[LambdaExpression key] { get; }
Parameters
Type Name Description
LambdaExpression key

Key selector expression of an index, see KeySelector.