using System.Reflection; namespace AsbCloudApp { public class TinyMapper where Tout: new() { private ConstructorInfo[] ctors; public TinyMapper() { ctors = typeof(Tin).GetConstructors(); typeof(Tin).GetProperties(); } //public Tout Map(Tin original, params object?[]? ctorParameters) //{ // var result = new Tout(); // var convertion // return result; //} } }