[]
Representation of item with index.
public struct OrderedItem<T>
Name | Description |
---|---|
T | Item type. |
Name | Description |
---|---|
OrderedItem(int, T) | Initializes a new instance of the OrderedItem struct |
Name | Description |
---|---|
Index | Index of the item in collection. |
Item | Item itself. |