We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not exactly sure what to do with this, but it doesn't look the best right now.
class ClassName { void MethodName() { PropertyMapActions.Add( pm => { Expression<Func< TSource, TDestination, TMember, TMember, ResolutionContext, bool >> expr = (src, dest, srcMember, destMember, ctxt) => condition( src, dest, srcMember, destMember, ctxt ); } ); } }
The text was updated successfully, but these errors were encountered:
Another nested generic
IReadOnlyCollection<Action< PropertyMap, IMemberConfigurationExpression >> IProfileConfiguration.AllPropertyMapActions => _allPropertyMapActions.NullCheck();
Sorry, something went wrong.
Cleaning up formatting for nested TypeArguments
f76e4b3
closes #295
Cleaning up formatting for nested TypeArguments (#370)
cb6f9b5
belav
Successfully merging a pull request may close this issue.
I'm not exactly sure what to do with this, but it doesn't look the best right now.
The text was updated successfully, but these errors were encountered: