We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d8589 commit ba1237fCopy full SHA for ba1237f
src/Magicodes.ExporterAndImporter.Core/ValueMappingsBaseAttribute.cs
@@ -16,6 +16,6 @@ public abstract class ValueMappingsBaseAttribute : Attribute
16
/// </summary>
17
/// <param name="propertyInfo"></param>
18
/// <returns></returns>
19
- public abstract Dictionary<string, dynamic> GetMappings(PropertyInfo propertyInfo);
+ public abstract Dictionary<string, object> GetMappings(PropertyInfo propertyInfo);
20
}
21
0 commit comments