检查映射属性是否在 XDoc 中
应该很容易,但今天早上咖啡不起作用。
<root>
<Mappings>
<Map key="foo" value="bar" />
</Mappings>
</root>
internal bool MappingExists(KeyValuePair<string,string> targetMap)
{
XDocumnet _doc = XDocument.Load(foo.xml)
var x = //Insert Linq Here?
}
用于检查映射节点是否具有与字典中的键相等的键的 linq 语句是什么?
Should be easy but the coffee just isn't working this morning.
<root>
<Mappings>
<Map key="foo" value="bar" />
</Mappings>
</root>
internal bool MappingExists(KeyValuePair<string,string> targetMap)
{
XDocumnet _doc = XDocument.Load(foo.xml)
var x = //Insert Linq Here?
}
What is the linq statement to check if a Map Node has a key that equals the key in my Dictionary?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)