Show / Hide Table of Contents

    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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)