I'm unable to get it working with an array. Is it supported at all or am I doing something wrong?
The first error was that an exception was thrown during initializing the array "no parameterless constructor found". I solved this by initializing the array in the constructor.
But now it throws an exception "Sequence contains no elements" at InternalHelpers.Map() at line 1046:
var innerType = memberType.GetGenericArguments().First();
I'm unable to get it working with an array. Is it supported at all or am I doing something wrong?
The first error was that an exception was thrown during initializing the array "no parameterless constructor found". I solved this by initializing the array in the constructor.
But now it throws an exception "Sequence contains no elements" at InternalHelpers.Map() at line 1046: var innerType = memberType.GetGenericArguments().First();