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