Finds an index in the collection by its key selector.
Namespace:
C1.LiveLinq.IndexingAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
public Index<T> Find( LambdaExpression keySelector ) |
Visual Basic |
---|
Public Function Find ( _ keySelector As LambdaExpression _ ) As Index(Of T) |
Parameters
- keySelector
- Type: System.Linq.Expressions..::..LambdaExpression
Key selector expression of an index, see KeySelector.