We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d71a3 commit db35b17Copy full SHA for db35b17
src/Mapster/Adapters/ReadOnlyInterfaceAdapter.cs
@@ -24,7 +24,6 @@ protected override bool CanInline(Expression source, Expression? destination, Co
24
25
protected override Expression CreateInstantiationExpression(Expression source, Expression? destination, CompileArgument arg)
26
{
27
- //new TDestination(src.Prop1, src.Prop2)
28
var destintionType = arg.DestinationType;
29
var props = destintionType.GetFieldsAndProperties().ToList();
30
0 commit comments