Returns a reference to an object held in the dictionary.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.4.0.26
Syntax
Parameters
- key
- Type: System String
The key to be looked up in the dictionary.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Facilita.Fc.Runtime.IDataDictionary.Get``1(System.String)"]
Return Value
An object value held in the dictionary.Exceptions
Exception | Condition |
---|---|
Facilita.Exception NoSuchValueException | The key does not exist in the dictionary. |
Remarks
See Also