|
SettingsCollectionTryAdd Method
|
Adds an element with the specified key and value if an element is not present with the specified key.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
Syntaxfunction TryAdd(key, value);
View SourceParameters
- key String
- The key of the element to add.
- value String
- The value of the element to add.
Return Value
Booleantrue if an element is added; otherwise
false.
See Also