ListUtil<T> constructor

ListUtil<T>()

Implementation

ListUtil() {
  items = IList<T>();
}