GenericListAdaptor(T).Item Property

Rotorz ReorderableList

GenericListAdaptorTItem Property
Gets element from list.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public T this[
	int index
] { get; }
public function get this[
	index : int
]() : T

Parameters

index
Type: SystemInt32
Zero-based index of element.

Return Value

Type: T
The element.
See Also