Search Results for

    Show / Hide Table of Contents

    Delegate ValueUpdaterDelegate<TValue>

    Value updater delegate.

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

    The value as a reference to be updated.

    Returns
    Type Description
    bool

    true if the value is updated, 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