Replies: 1 comment 4 replies
-
https://docs.automapper.org/en/latest/Custom-type-converters.html |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know that standard collection types are handled out-of-the-box, but it's not clear what options exist for mapping custom collection types. For example, if I have a class such as:
What would I have to do to be able to map this type from IEnumerable?
Beta Was this translation helpful? Give feedback.
All reactions