NGList<T> constructor

NGList<T>(
  1. List<T> value
)

Implementation

NGList(List<T> value) : super(value);