Map
IMu.Map
IMu.Map
Since: 1.0
Description
Provides a simple map class with String keys and a set of convenience methods for getting values of certain types.
Methods
Method |
Details |
||||
---|---|---|---|---|---|
|
Gets the value associated with the key Parameters:
Returns:
|
||||
|
A convenience for VB users. Gets the value associated with the key Parameters:
Returns:
|
||||
|
double GetDouble(string name) Gets the value associated with the key Parameters:
Returns:
|
||||
|
int GetInt(string name) Gets the value associated with the key Parameters:
Returns:
|
||||
|
int GetInteger(string name) A convenience for VB users. Gets the value associated with the key Parameters:
Returns:
|
||||
|
long GetLong(string name) Gets the value associated with the key Parameters:
Returns:
|
||||
|
Map GetMap(string name) Gets the value associated with the key Parameters:
Returns:
|
||||
|
Map[] GetMaps(string name) Gets the value associated with the key Parameters:
Returns:
|
||||
|
string GetString(string name) Gets the value associated with the key Parameters:
Returns:
|
||||
|
string[] GetStrings(string name) Gets the value associated with the key Parameters:
Returns:
|