MemoryConfigurationProvider.Add(String, String) Method

Definition

Add a new key and value pair.

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

Parameters

key
String

The configuration key.

value
String

The configuration value.

Applies to