Click or drag to resize

DelayedListTItem Property

Gets the item at a specific index.

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

Parameters

index
Type: SystemInt32
The index of the item.

Return Value

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