Skip to content

P_CodeJam_Collections_IndexedItem_1_IsLast

Andrew Koryavchenko edited this page Jul 4, 2017 · 5 revisions

IndexedItem(T).IsLast Property

Determines if the value is last in a sequence.

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

Syntax

C#

public bool IsLast { get; }

VB

Public ReadOnly Property IsLast As Boolean
	Get

F#

member IsLast : bool with get

Return Value

Type: Boolean
true if this instance is last; otherwise, false.

See Also

Reference

IndexedItem(T) Structure
CodeJam.Collections Namespace

Clone this wiki locally