Share via


KeyValueAccumulator.Append(String, String) Method

Definition

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

public:
 void Append(System::String ^ key, System::String ^ value);
public void Append (string key, string value);
member this.Append : string * string -> unit
Public Sub Append (key As String, value As String)

Parameters

key
String
value
String

Applies to