GenericListAdaptor(T).List Property

Rotorz ReorderableList

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; }
public function get List() : IList<T>

Property Value

Type: IListT
See Also