On Tuesday, 18 February 2014 at 00:59:24 UTC, ted wrote:
> so is:
> createDynamicInstance(ClassInfo type) { return
> type.create(); }
> the correct implementation ?? - it certainly seems to work...
Yeah, that's good as long as you have a no-arg constructor on the
class. (the create function never passes arguments to the
constructor)