Search Results for

    Show / Hide Table of Contents

    Class SparseArrayEntry<TKey, TValue>

    Inheritance
    object
    SparseArrayEntry<TKey, TValue>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tenray.ZoneTree.Segments.Disk
    Assembly: ZoneTree.dll
    Syntax
    public sealed class SparseArrayEntry<TKey, TValue>
    Type Parameters
    Name Description
    TKey
    TValue

    Constructors

    | Improve this Doc View Source

    SparseArrayEntry(TKey, TValue, long)

    Declaration
    public SparseArrayEntry(TKey key, TValue value, long index)
    Parameters
    Type Name Description
    TKey key
    TValue value
    long index

    Fields

    | Improve this Doc View Source

    Index

    Declaration
    public readonly long Index
    Field Value
    Type Description
    long
    | Improve this Doc View Source

    Key

    Declaration
    public readonly TKey Key
    Field Value
    Type Description
    TKey
    | Improve this Doc View Source

    Value

    Declaration
    public readonly TValue Value
    Field Value
    Type Description
    TValue
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io