Creates a new IndexedItem from the specified index and item.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IndexedItem(
long index,
T item
)
Public Sub New (
index As Long,
item As T
)
public:
IndexedItem(
long long index,
T item
)
new :
index : int64 *
item : 'T -> IndexedItem
Parameters
- index
- Type: SystemInt64
Index of the item specified. - item
- Type: T
Item.
See Also