ILNumerics Ultimate VS

ListItemT1, T2 Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
List items to be used in ILQueueList

[ILNumerics Core Module]

Inheritance Hierarchy

SystemObject
  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

public class ListItem<T1, T2>

Type Parameters

T1
Data type
T2
Index type

The ListItemT1, T2 type exposes the following members.

Constructors

  NameDescription
Public methodListItemT1, T2(T1)
construct list item by data

[ILNumerics Core Module]

Public methodListItemT1, T2(T1, T2)
construct list item, takes item data and index

[ILNumerics Core Module]

Top
Properties

  NameDescription
Public propertyIndex
index stored with this item

[ILNumerics Core Module]

Top
Remarks

This class is not intended to be used directly. Internally it serves as a helper class for sorting.

[ILNumerics Core Module]

See Also

Reference