File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Mapper.WhenMapping
3333 });
3434```
3535
36- See a live example on [ DotNetFiddle] ( https://dotnetfiddle.net/XNPrMS ) {: target ="_ blank"}.
36+ [ This DotNetFiddle] ( https://dotnetfiddle.net/XNPrMS ) {: target ="_ blank"} has a live example .
3737
3838## Alternate Data Sources
3939
@@ -52,6 +52,8 @@ In this example AgileMapper's usual [Dictionary mapping]({{ site.am_docs }}/Dict
5252skipped, and the source Dictionary's ` Values ` collection is used to update the target ` List<Product> `
5353using [ collection mapping] ({{ site.am_docs }}/Collections) instead.
5454
55+ [ This DotNetFiddle] ( https://dotnetfiddle.net/JzQfLX ) {: target ="_ blank"} has a live example.
56+
5557Note that ` ToTargetInstead() ` is different to ` ToTarget() ` :
5658
5759``` csharp
You can’t perform that action at this time.
0 commit comments