-
Couldn't load subscription status.
- Fork 35
P_CodeJam_Collections_IndexedItem_1_IsLast
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Determines if the value is last in a sequence.
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool IsLast { get; }VB
Public ReadOnly Property IsLast As Boolean
GetF#
member IsLast : bool with get
Type: Booleantrue if this instance is last; otherwise, false.