当前位置:网站首页>Basic knowledge points of dictionary
Basic knowledge points of dictionary
2022-07-05 04:55:00 【yaohuiyaoo】
1. Using dictionaries (Dictionary)
System.Collections.Generic;// Namespace
2. A dictionary is a mapping from a set of keys to a set ; Any key is unique , Key cannot be empty reference , If the value is of reference type , Can be null ;key and value Can be of any type
3.Dictionary< type 1, type 2> d=new Dictionary< type 1, type 2>();
4. Additive elements
d.Add( data 1, data 2);
3. adopt key Look for the element
d.Containskey( key )// Whether there is a value corresponding to the key change
4. adopt keyvaluepair Traverse keys and values
d.key: key
d.value: value
5. Traverse all keys
Dictionary< key , value >.KeyCollection keys=d.keys;
6. Traverse all values
Dictionary< key , value >.valueCollection values=d.Value;
7. Delete the specified key value
d.Remove( key )
Other common properties and methods
compare: Get to determine whether there is an equal in the dictionary
Count: Number of key value pairs
Item: Gets or sets the value of the specified key
keys: The set of keys
values: Collection of values
add: Add key value
Clear: Remove all keys and values
Contains Key: Determines whether the specified key is included
ContainsValue: Determine whether to include the specified value
Gettype: Get key value type
边栏推荐
- 【Leetcode】1352. 最后 K 个数的乘积
- Understand encodefloatrgba and decodefloatrgba
- Database under unity
- Thematic information | carbon, carbon neutrality, low carbon, carbon emissions - 22.1.9
- 2022 U.S. college students' mathematical modeling e problem ideas / 2022 U.S. game e problem analysis
- 数论函数及其求和 待更新
- Chapter 6 text processing tools for shell programming (awk)
- SQLServer 存储过程传递数组参数
- 3dsmax scanning function point connection drawing connection line
- 2022 thinking of mathematical modeling C problem of American college students / analysis of 2022 American competition C problem
猜你喜欢
Use assimp library to read MTL file data
[Business Research Report] top ten trends of science and technology and it in 2022 - with download link
XSS injection
[goweb development] Introduction to authentication modes based on cookies, sessions and JWT tokens
stm32Cubemx(8):RTC和RTC唤醒中断
AutoCAD - lengthening
Reading and visualization of DICOM, MHD and raw files in medical imaging
Redis 排查大 key 的4种方法,优化必备
AutoCAD - Document Management
質量體系建設之路的分分合合
随机推荐
A survey of automatic speech recognition (ASR) research
Redis 排查大 key 的4种方法,优化必备
MySQL in-depth learning - index creation and deletion, index design principles, index failure scenarios, query optimization, index push down ICP
计组笔记(1)——校验码、原补码乘除计算、浮点数计算
2021 electrician Cup - high speed rail traction power supply system operation data analysis and equivalent modeling ideas + code
Pdf to DWG in CAD
Unity and database
Detailed explanation of the ranking of the best universities
[crampon game] MC tutorial - first day of survival
[groovy] closure (Introduction to closure class closure | this, owner, delegate member assignment and source code analysis)
How to choose a panoramic camera that suits you?
MySQL audit log Archive
AutoCAD - Zoom previous
AutoCAD - full screen display
Autocad-- dynamic zoom
质量体系建设之路的分分合合
2021-10-29
2022 American College Students' mathematical modeling ABCDEF problem thinking /2022 American match ABCDEF problem analysis
2022 thinking of Mathematical Modeling B problem of American college students / analysis of 2022 American competition B problem
Unity parallax infinite scrolling background