MindFusion.Scheduling for ASP.NET Programmer's Guide
Dictionary Methods
 


 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