Click or drag to resize

PrioritizedListTItem Property

Gets the item at the specified index.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public PrioritizedItem<T> this[
	int index
] { get; }
Request Example View Source

Parameters

index
Type: SystemInt32
The index for the item to retrieve.

Return Value

Type: PrioritizedItemT
The item at the specified index.
See Also