|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax function 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