Returns a reference to an object held in the dictionary.
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.
Type Parameters
- T
- The type of value to get
Return Value
An object value held in the dictionary.Implements
IDataDictionary Get T (String)Exceptions
Exception | Condition |
---|---|
Facilita.Exception NoSuchValueException | The key does not exist in the dictionary. |
Facilita.Exception BadValueException | The key is not of the correct type. |
See Also