Skip to content

P_CodeJam_Collections_IndexedItem_1_Item

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

IndexedItem(T).Item Property

Gets the value of the element.

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

Syntax

C#

public T Item { get; }

VB

Public ReadOnly Property Item As T
	Get

F#

member Item : 'T with get

Return Value

Type: T
The value of the element.

See Also

Reference

IndexedItem(T) Structure
CodeJam.Collections Namespace

Clone this wiki locally