使用vb.net检查Icollection中是否存在密钥

时间:2015-07-25 16:51:14

标签: vb.net dictionary namespaces

是否有一种简单的方法可以检查keyvalue集合中是否存在特定的密钥,而无需循环遍历集合?

喜欢Dictionary.ContainsKey()的替代方案吗?

 Public mod_filters As ICollection(Of KeyValuePair(Of String, String)) = New Dictionary(Of String, String)

这是我的收藏。我需要查找集合中是否存在特定键。如果没有,则添加该密钥和相应的值。

0 个答案:

没有答案