繁体   English   中英

什么是std :: map <string,bool> 在asp.net等价吗?

[英]What is the std::map<string,bool> equivilant in asp.net?

在ASP.NET中最接近std::map<string,bool>是什么?

字典

Dictionary<string, bool> 

我认为您可能会使用:

System.Collections.Generic.Dictionary<string,bool>

Dictionary集合是一个哈希表。 System.Collections.Generic.Dictionary<string,bool>std::map<string,bool>最相似的数据结构。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM