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 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
| Improve this Doc 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 |