Click or drag to resize

LogStackMessagesUnion Method

Overload List
  Name Description
Public method Union(LogStackMessages) returns the union of this instance and the specified New messages replace existing messages.
Public method Union(String) returns the union of this instance and the specified list of key/value pairs. If the keys already exists. The new one replaces the existing one.
Public method Union(String, String) returns the union of this instance and the specified key/value. If the key already exists. The new one replaces the existing one.
Top
See Also