ParamSet.opIndex

Obtains the parameter value corresponding to key. key must be one of the parameter keys passed on instantiation or added by a subclass.

class ParamSet
opIndex

Parameters

key cstring

parameter key (case insensitive)

Return Value

Type: cstring

parameter value; null indicates that no value is currently set for this key

Throws

Behaves like regular associative array indexing.

Meta