-
Notifications
You must be signed in to change notification settings - Fork 31
T_CodeJam_Collections_IndexedItem_1
andrewvk edited this page Apr 5, 2016
·
6 revisions
[This is preliminary documentation and is subject to change.]
Represents an element associated with its index in a sequence.
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public struct IndexedItem<T>VB
Public Structure IndexedItem(Of T)F#
[<SealedAttribute>]
type IndexedItem<'T> = struct end
- T
| Name | Description | |
|---|---|---|
![]() |
IndexedItem(T) | Initializes a new instance of the IndexedItem(T). |
| Name | Description | |
|---|---|---|
![]() |
Index | Gets the index of the element in a sequence. |
![]() |
IsFirst | Determines if the value is first in a sequence. |
![]() |
IsLast | Determines if the value is last in a sequence. |
![]() |
Item | Gets the value of the element. |
| Name | Description | |
|---|---|---|
![]() |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |

