Delegate KeyValuePredicate<TKey, TValue>
Provides a delegate that performs a test on key/value pair
Namespace: Lucene.Net.Support
Assembly: Lucene.Net.dll
Syntax
public delegate bool KeyValuePredicate<TKey, TValue>(TKey key, TValue original);
Parameters
| Type | Name | Description |
|---|---|---|
| TKey | key | |
| TValue | original |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Type Parameters
| Name | Description |
|---|---|
| TKey | |
| TValue |