We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Initializes a new instance of the IndexedItem(T).
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public IndexedItem( T item, int index, bool isFirst, bool isLast )
VB
Public Sub New ( item As T, index As Integer, isFirst As Boolean, isLast As Boolean )
F#
new : item : 'T * index : int * isFirst : bool * isLast : bool -> IndexedItem
IndexedItem(T) StructureCodeJam.Collections Namespace