Show / Hide Table of Contents

    Struct BinaryTree<T, TU>.ItemValue

    A value in a BinaryTree<T, TU>.

    Namespace: Mapsui.Desktop.Shapefile.Indexing
    Assembly: Mapsui.Desktop.dll
    Syntax
    public struct ItemValue

    Constructors

    | Improve this Doc View Source

    ItemValue(T, TU)

    Creates an instance of an item in a BinaryTree<T, TU>.

    Declaration
    public ItemValue(T value, TU id)
    Parameters
    Type Name Description
    T value

    Value

    TU id

    Identifier for the value

    Fields

    | Improve this Doc View Source

    Id

    Identifier for the value

    Declaration
    public TU Id
    Field Value
    Type Description
    TU
    | Improve this Doc View Source

    Value

    Value

    Declaration
    public T Value
    Field Value
    Type Description
    T
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX