Click or drag to resize
IndexedItemT Constructor
Creates a new IndexedItem from the specified index and item.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IndexedItem(
	long index,
	T item
)

Parameters

index
Type: SystemInt64
Index of the item specified.
item
Type: T
Item.
See Also