Starting Out With Visual C# (5th Edition)
Starting Out With Visual C# (5th Edition)
5th Edition
ISBN: 9780135183519
Author: Tony Gaddis
Publisher: PEARSON
Question
Book Icon
Chapter 9, Problem 8AW
Program Plan Intro

Dictionary:

  • A dictionary is referred to as an object, which is used to store a collection of data.
  • Dictionary consists of two parts, such as a key and a value.
  • Dictionary is also known as key-value pairs.
  • Each key consists of a specific value and can be used for locating that value.
  • The general format to declare a Dictionary object is as follows:

    Dictionary<KeyType, ValueType> Dname = new Dictionary<KeyType, ValueType>();

  • In the above format,
    • KeyType refers to the data type of each element’s key.
    • ValueType refers to the data type of each element’s value.
    • Dname refers to the Dictionary name.

KeyValuePair object:

  • Generally, an element is stored in a Dictionary as an object of the KeyValuePair type.
  • The KeyValuePair type consists of two properties such as a Key and a Value.
  • The Key property is used to store the key of the element and the Value property is used to store the value of the element.
  • In a Dictionary, the foreach loop is used to iterate over all the elements of KeyValuePair type.

Blurred answer
Students have asked these similar questions
Of the five primary components of an information system (hardware, software, data, people, process), which do you think is the most important to the success of a business organization? Part A - Define each primary component of the information system. Part B - Include your perspective on why your selection is most important. Part C - Provide an example from your personal experience to support your answer.
Management Information Systems
Q2/find the transfer function C/R for the system shown in the figure Re ད

Chapter 9 Solutions

Starting Out With Visual C# (5th Edition)

Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education