public LogStackMessages Union(
string key,
string value
)Public Function Union (
key As String,
value As String
) As LogStackMessagespublic:
LogStackMessages^ Union(
String^ key,
String^ value
)function Union(key, value);[Missing <returns> documentation for "M:Gemstone.Diagnostics.LogStackMessages.Union(System.String,System.String)"]
| ArgumentNullException | if Key or Value are null or whitespace. |