惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
博客园_首页
W
WeLiveSecurity
S
Secure Thoughts
S
Security @ Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Hugging Face - Blog
Hugging Face - Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
H
Hacker News: Front Page
Project Zero
Project Zero
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
U
Unit 42
N
News and Events Feed by Topic
N
News and Events Feed by Topic
Hacker News - Newest:
Hacker News - Newest: "LLM"
Forbes - Security
Forbes - Security
T
Tor Project blog
I
Intezer
B
Blog
F
Full Disclosure
Security Archives - TechRepublic
Security Archives - TechRepublic
F
Fortinet All Blogs
Schneier on Security
Schneier on Security
T
Threat Research - Cisco Blogs
AI
AI
Google DeepMind News
Google DeepMind News
L
LINUX DO - 最新话题
Cloudbric
Cloudbric
L
Lohrmann on Cybersecurity
WordPress大学
WordPress大学
博客园 - 聂微东
雷峰网
雷峰网
P
Privacy International News Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
PCI Perspectives
PCI Perspectives
Y
Y Combinator Blog
Spread Privacy
Spread Privacy
Simon Willison's Weblog
Simon Willison's Weblog
罗磊的独立博客
Vercel News
Vercel News
A
Arctic Wolf
The Register - Security
The Register - Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
H
Heimdal Security Blog
Know Your Adversary
Know Your Adversary
P
Proofpoint News Feed
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed

博客园 - 中国Rainbow

dudu你真了不起! 中国DNN开通了『模块演示』栏目 DNN3.3.1 &4.3.1简体中文语言包发布 6月28日 中国DNN启用太阳网服务器-中国DNN的第三次邀请(更新) 好久没有写东西,今天报个到! 感恩的心 萍聚 把根留住 开始翻译DotNetNuke 3.0 Module Developer’s Guide-目录 请下载DotNetNue的技术文档DotNetNuke Code Access Security中文翻译稿 DNN的数据访问的抽象类 System.Xml 命名空间 sestem.Web 命名空间 System.Configuration 命名空间 System.Collections.Specialized 命名空间 System.IO 命名空间 System 命名空间 DNN如何加载Provider信息 DNN的数据访问配置
System.Collections 命名空间
中国Rainbow · 2005-06-30 · via 博客园 - 中国Rainbow

System.Collections 命名空间包含接口和类,这些接口和类定义各种对象(如列表、队列、位数组、哈希表和字典)的集合。

命名空间层次结构

说明
ArrayList 使用大小可按需动态增加的数组实现 IList 接口。
BitArray 管理位值的压缩数组,该值表示为布尔值,其中 true 表示位是打开的 (1),false 表示位是关闭的 (0)。
CaseInsensitiveComparer 比较两个对象是否相等,比较时忽略字符串的大小写。
CaseInsensitiveHashCodeProvider 使用忽略字符串大小写的哈希算法,为对象提供哈希代码。
CollectionBase 为强类型集合提供抽象(在 Visual Basic 中为 MustInherit)基类。
Comparer 比较两个对象是否相等,其中字符串比较是区分大小写的。
DictionaryBase 为键/值对的强类型集合提供抽象(在 Visual Basic 中为 MustInherit)基类。
Hashtable 表示键/值对的集合,这些键/值对根据键的哈希代码进行组织。
Queue 表示对象的先进先出集合。
ReadOnlyCollectionBase 为强类型只读集合提供抽象(在 Visual Basic 中为 MustInherit)基类。
SortedList 表示键/值对的集合,这些键和值按键排序并可按照键和索引访问。
Stack 表示对象的简单的后进先出集合。

接口

接口 说明
ICollection 定义所有集合的大小、枚举数和同步方法。
IComparer 公开一种比较两个对象的方法。
IDictionary 表示键/值对的集合。
IDictionaryEnumerator 枚举字典的元素。
IEnumerable 公开枚举数,该枚举数支持在集合上进行简单迭代。
IEnumerator 支持在集合上进行简单迭代。
IHashCodeProvider 使用自定义哈希函数为对象提供哈希代码。
IList 表示可按照索引单独访问的一组对象。

结构

结构 说明
DictionaryEntry 定义可设置或检索的字典键值对。

请参见

发表于 2005-06-30 00:03  中国Rainbow  阅读(1372)  评论(0)    收藏  举报

刷新页面返回顶部

Powered By 博客园