Search Results for

    Show / Hide Table of Contents

    Delegate IsValueDeletedDelegate<TValue>

    A delegate to query value deletion state.

    Namespace: Tenray.ZoneTree.Options
    Assembly: ZoneTree.dll
    Syntax
    public delegate bool IsValueDeletedDelegate<TValue>(in TValue value)
    Parameters
    Type Name Description
    TValue value

    Value to be queried

    Returns
    Type Description
    bool

    true if value is deleted, false otherwise

    Type Parameters
    Name Description
    TValue

    The value type

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io