Click or drag to resize

LogStackMessagesUnion(String, String) Method

returns the union of this instance and the specified key/value. If the key already exists. The new one replaces the existing one.

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public LogStackMessages Union(
	string key,
	string value
)
View Source

Parameters

key  String
a key
value  String
a value

Return Value

LogStackMessages
Exceptions
ExceptionCondition
ArgumentNullExceptionif Key or Value are null or whitespace.
See Also