GenericListAdaptorTList Property |
Gets the underlying list data structure.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic IList<T> List { get; }
public function get List() : IList<T>
Property Value
Type:
IListT
See Also