[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Index-2.Find

Find Method

Find(TKey)

Finds items with the specified key value.

Declaration
public abstract IndexQuery<T, TKey> Find(TKey key)
Parameters
Type Name Description
TKey key

The key value to search for.

Returns
Type Description
IndexQuery<T, TKey>

An object enumerating items having the specified key value.

Implements