Click or drag to resize

LogStackMessages.Union(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.244-beta+cf93f5f8aea4b941e9b426fe4e180c2bd85d31a2
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