InjectFrom Helper

Feb 9 at 5:23 PM

First, great library.  Have you considered adding something like this to make the inject code look a little better (imo):

var newObject = oldObject.CopyTo<NewObject>();

Coordinator
Feb 10 at 9:31 AM

and what is CopyTo doing? is it different to InjectFrom<> ? what is NewObject ?