Deep clone - InjectFrom - ValueInjecter - parameter count mismatch

348 Views Asked by At

I am trying to do a deep clone of tagsusing ValueInjecter

Here is the code.

  IList<Tag> processTags = new List<Tag>();
  processTags.InjectFrom(tags);

The second line throws parameter count mismatch

Why is it so and how do I overcome it?

0

There are 0 best solutions below