Set(String, T) Method

Definition

Assembly CliInvoke.Core.dll

Sets a value by key.

public void Set<T>(string key, T value)

Type parameters

T
The type of the value.

Parameters

key
String

The key to set.

value
{T}

The value to store.