ILNumerics - Technical Application Development
SystemObject
ILNumerics.Core.MiscListItemT1, T2
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
This class is not intended to be used directly. Internally it serves as a helper class for sorting.
List items to be used in ILQueueList
[ILNumerics Core Module]
Inheritance Hierarchy
ILNumerics.Core.MiscListItemT1, T2
Namespace: ILNumerics.Core.Misc
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Type Parameters
- T1
- Data type
- T2
- Index type
The ListItemT1, T2 type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ListItemT1, T2(T1) |
construct list item by data
[ILNumerics Core Module] | |
ListItemT1, T2(T1, T2) |
construct list item, takes item data and index
[ILNumerics Core Module] |
Properties
Name | Description | |
---|---|---|
Index |
index stored with this item
[ILNumerics Core Module] |
Remarks
[ILNumerics Core Module]
See Also