Example #1
0
            public object Map(object from, object to, TContext context)
            {
                var toArray = (Array)to;

                MapperUtils.CopyToArray((IEnumerable)from, ref toArray, _toType, _typeMapper, context);
                return(toArray);
            }