[]
Finds items with the specified key value.
IndexQuery<T, TKey> Find(TKey key)
| Type | Name | Description |
|---|---|---|
| TKey | key | The key value to search for. |
| Type | Description |
|---|---|
| IndexQuery<T, TKey> | An object enumerating items having the specified key value. |