Search Results for

    Show / Hide Table of Contents

    Delegate CanNotDropReadOnlySegment<TKey, TValue>

    Event is fired when the read-only segment can not be dropped.

    Namespace: Tenray.ZoneTree
    Assembly: ZoneTree.dll
    Syntax
    public delegate void CanNotDropReadOnlySegment<TKey, TValue>(IReadOnlySegment<TKey, TValue> readOnlySegment, Exception e)
    Parameters
    Type Name Description
    IReadOnlySegment<TKey, TValue> readOnlySegment

    The read-only segment

    Exception e

    The exception

    Type Parameters
    Name Description
    TKey

    The key type

    TValue

    The value type

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