2016-10-12
0.0.7
OutSystems Labs
10.0.105.0
All
.NET
Libraries
[Overview]
This is a simple extension that wraps the Hashtable class. It currently supports text.
[Detail]
This is a simple extension that wraps the Hashtable class. It currently supports text.
I am still studying some ways to enhance this; anyhow it may be used already.
Feature List
The currently supported methods provided by the extension are:
add: adds an element with the specified key and value into the Hashtable.
containsKey: determines whether the Hashtable contains a specific key.
containsValue: determines whether the Hashtable contains a specific value.
count: gets the number of key-and-value pairs contained in the Hashtable.
createHashtable: initializes a new instance of the Hashtable class.
get: gets a value for the specified key.
keys: returns a record list containing the keys in the Hashtable.
remove: removes the element with the specified key from the Hashtable.
values: returns a record list containing the values in the Hashtable.