Click or drag to resize
GenericListAdaptorTList Property
Gets the underlying list data structure.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public IList<T> List { get; }

Property Value

Type: IListT
See Also