DefaultParameterDictionary Class

Definition

A versionable hashtable, so the caching of UserInput -> ParameterBindingResult will work.

public ref class DefaultParameterDictionary sealed : System::Collections::Hashtable
public sealed class DefaultParameterDictionary : System.Collections.Hashtable
type DefaultParameterDictionary = class
    inherit Hashtable
Public NotInheritable Class DefaultParameterDictionary
Inherits Hashtable
Inheritance
DefaultParameterDictionary

Constructors

DefaultParameterDictionary()

Default constructor.

DefaultParameterDictionary(IDictionary)

Constructor takes a hash table.

Properties

Item[Object]

Override the indexing to check for key's format and make it versionable.

Methods

Add(Object, Object)

Override the Add to check for key's format and make it versionable.

ChangeSinceLastCheck()

Check to see if the hashtable has been changed since last check.

Clear()

Override the Clear to make it versionable.

Contains(Object)

Override Contains.

ContainsKey(Object)

Override ContainsKey.

Remove(Object)

Override the Remove to make it versionable.

Applies to