File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ var result = source.Adapt<RecordDestination>()
135135
136136```
137137
138- #### MultyConsturctor Record types
138+ #### MultiConstructor Record types
139139
140140If there is more than one constructor , by default , mapping will be performed on the constructor with the largest number of parameters .
141141
@@ -189,4 +189,4 @@ var target = src.Adapt<Person>();
189189| : ---------------- - | : ------ : | : ---- - : |
190190| [Custom constructor mapping ](xref :Mapster .Settings .ConstructorMapping )| - | ✅ |
191191| [Ignore ](xref :Mapster .Settings .Custom .IgnoringMembers #ignore - extension - method )| - | ✅ |
192- | [IgnoreNullValues ](xref :Mapster .Settings .Custom .IgnoringMembers #ignorenullvalues - extension - method )| - | ✅ |
192+ | [IgnoreNullValues ](xref :Mapster .Settings .Custom .IgnoringMembers #ignorenullvalues - extension - method )| - | ✅ |
You can’t perform that action at this time.
0 commit comments