Posts by Arthur Ronald • 143 points
1 post
-
4
votes2
answers447
viewsQ: How to adapt / create a method that receives an anonymous class in C#
I have a method in which one of the parameters is an object of an abstract class - Objectmapper - whose purpose is to convert an object of one class into another of another class. Below, the method…