SimpleList<T> constructor

SimpleList<T>(
  1. List<T> _list
)

Implementation

SimpleList(this._list);