Returns a reference to an object held in the dictionary, or the defaultValue if the key cannot be found.
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.
- defaultValue
- Type: T
The value to return if the key is not present in the dictionary.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Facilita.Fc.Runtime.IDataDictionary.Get``1(System.String,``0)"]
Return Value
An object value held in the dictionary.Remarks
See Also