[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Index-1.Find

Find Method

Find(object)

Finds items with the specified key value.

Implements IIndexScanner(T).Find(object)

Declaration
public IndexQuery<T> Find(object key)
Parameters
Type Name Description
object key

The key value to search for.

Returns
Type Description
IndexQuery<T>

An object enumerating items having the specified key value.

Implements