Skip to content

P_CodeJam_Collections_IndexedItem_1_Index

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

IndexedItem(T).Index Property

Gets the index of the element in a sequence.

Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public int Index { get; }

VB

Public ReadOnly Property Index As Integer
	Get

F#

member Index : int with get

Return Value

Type: Int32
The index of the element in a sequence.

See Also

Reference

IndexedItem(T) Structure
CodeJam.Collections Namespace

Clone this wiki locally