IDataDictionary Add Method C# API
Merges another Data Dictionary into this one.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

void Add(
	IDataDictionary d
)
Remarks

The referenced IDataDictionary is merged into this IDataDictionary. All keys and values are added to the IDataDictionary. Any existing keys will have their values replaced.
See Also