RadArray<E> constructor

RadArray<E>(
  1. List<E> _value
)

Implementation

RadArray(this._value);