Struct BinaryTree<T, TU>.ItemValue
A value in a BinaryTree<T, TU>.
Inherited Members
Namespace: Mapsui.Nts.Providers.Shapefile.Indexing
Assembly: Mapsui.Nts.dll
Syntax
public struct BinaryTree<T, TU>.ItemValue
Constructors
| Edit this page View SourceItemValue(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 SourceId
Identifier for the value
Declaration
public TU? Id
Field Value
| Type | Description |
|---|---|
| TU |
Value
Value
Declaration
public T? Value
Field Value
| Type | Description |
|---|---|
| T |