DefaultParameterDictionary
Class
Definition
A versionable hashtable, so the caching of UserInput -> ParameterBindingResult will work
public sealed class DefaultParameterDictionary : System.Collections.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) | |
| ContainsKey(Object) | |
| Remove(Object) |
override the Remove to make it versionable |