You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract away common reflection operations into a new class, so that you would call things like e.g. DtoReflectionHelper<T>.GetFields(FieldType.SingleObject).
This will make the code easier to read and allow for reflection optimization techniques (such as a plugin to use FastMember).
Abstract away common reflection operations into a new class, so that you would call things like e.g.
DtoReflectionHelper<T>.GetFields(FieldType.SingleObject)
.This will make the code easier to read and allow for reflection optimization techniques (such as a plugin to use FastMember).
(Broken off of #153)
The text was updated successfully, but these errors were encountered: