Explain briefly the operation of each of the following methods and properties of interface IDictionary, which both Dictionary and Sorted- Dictionary implement:

a) Add
b) Keys
c) Values
d) ContainsKey


a) Adds a key/value pair into an IDictionary.
b) Gets an ICollection of the keys of an IDictionary.
c) Gets an ICollection of the values stored in an IDictionary.
d) Determines whether the specified key is in an IDictionary.

Computer Science & Information Technology

You might also like to view...

If an XML document is part of a vocabulary which has a defined DTD or schema, it also needs to be tested to ensure that it satisfies the ____________________ of that vocabulary.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Most of the time your choice of a computer will come down to the computer's speed and your budget

Indicate whether the statement is true or false

Computer Science & Information Technology

The ____ adjustment adjusts the amount of information to include from each channel when creating a grayscale image.

a. Channel Mixer b. Invert c. Grayscale d. Gradient Map

Computer Science & Information Technology

_________________________ are patterns that are used for matching and manipulating strings according to specified rules.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology