Sets an object value 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 associate with val in the dictionary.
- val
- Type: T
The object to be associated with the key in the dictionary.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Facilita.Fc.Runtime.VirtualUserScript.Set``1(System.String,``0)"]
Implements
IDataDictionary Set T (String, T)Remarks
Examples
See Also