Click or drag to resize

SettingsCollectionTryAdd Method

Adds an element with the specified key and value if an element is not present with the specified key.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.307-beta+9737fd9b0b4f87709e68c099d312e6b151025dc8
Syntax
public bool TryAdd(
	string key,
	string value
)
View Source

Parameters

key  String
The key of the element to add.
value  String
The value of the element to add.

Return Value

Boolean
true if an element is added; otherwise false.
See Also