MindFusion.Scheduling for ASP.NET 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 an element with the specified key exists in the Dictionary.

get

Gets the value with the specified key.

keys

Gets an Array with all keys present in the Dictionary.

remove

Removes the element with the specified key from the Dictionary.

set

Adds the specified key and value to the dictionary.

 See Also

Dictionary Class
MindFusion.Common Namespace