Returns a list held in the dictionary, or the defaultList if the key cannot be found.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Parameters
- key
- Type: System String
The key to be looked up in the dictionary.
- defaultList
- Type: System.Collections ArrayList
The value to return if the key is not present in the dictionary.
Return Value
An ArrayList value held in the dictionary, or defaultList if the key could not be found.Remarks
Type | ID | Info |
---|---|---|
Message | Default data warning | No value found for key: myList, using default value instead: List with first item: Item01 |
See Also