insert


Description:

public void insert (string key, string? value)

Inserts a copy of key and value on this.

If value is null, the key will be removed.

Parameters:

this

A Details.

key

A key.

value

A value.