ASP.NET Pack Programmer's Guide
Dictionary Members
Constructors Methods
 


Represents a collection of keys and values.

The following tables list the members exposed by the Dictionary type.

 Public Constructors

  Name Description

Dictionary

Initializes a new instance of the Dictionary class.

 Public Methods

  Name Description

contains

Determines whether the dictionary contains a specific key.

get

Gets the value associated with the specified key within the dictionary.

remove

Removes the element with the specified key from the dictionary.

set

Associates the specified value with the specified key within the dictionary.

 See Also

Dictionary Class
MindFusion.Charting.Collections Namespace