簡體   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