newInstance abstract method

I newInstance(
  1. IList<T> ilist
)

Classes with FromIListMixin must override this.

Implementation

I newInstance(IList<T> ilist);