提交 afffa7b1 编写于 作者: C CyrusNajmabadi

Fix serialization.

上级 9deadc6f
......@@ -55,8 +55,8 @@ internal XElement CreateXElement()
{
return new XElement("NamingPreferencesInfo",
new XAttribute("SerializationVersion", s_serializationVersion),
new XElement(nameof(SymbolSpecification), SymbolSpecifications.Select(s => s.CreateXElement())),
new XElement(nameof(NamingStyle), NamingStyles.Select(n => n.CreateXElement())),
new XElement(nameof(SymbolSpecifications), SymbolSpecifications.Select(s => s.CreateXElement())),
new XElement(nameof(NamingStyles), NamingStyles.Select(n => n.CreateXElement())),
new XElement(nameof(NamingRules), NamingRules.Select(n => n.CreateXElement())));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册