[]
        
(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; }
Public ReadOnly Default Property Item(key As LambdaExpression) As Index(Of T)
Parameters
Type Name Description
LambdaExpression key

Key selector expression of an index, see KeySelector.