Skip to content

P_CodeJam_Collections_IndexedItem_1_IsLast

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

IndexedItem(T).IsLast Property

Determines if the value is last in a sequence.

Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.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