Search Results for

    Show / Hide Table of Contents

    Struct BinaryTree<T, TU>.ItemValue

    A value in a BinaryTree<T, TU>.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Mapsui.Nts.Providers.Shapefile.Indexing
    Assembly: Mapsui.Nts.dll
    Syntax
    public struct BinaryTree<T, TU>.ItemValue

    Constructors

    | Edit this page 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

    | Edit this page View Source

    Id

    Identifier for the value

    Declaration
    public TU? Id
    Field Value
    Type Description
    TU
    | Edit this page View Source

    Value

    Value

    Declaration
    public T? Value
    Field Value
    Type Description
    T
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX