Table of Contents

Method Add

Namespace
TinyComponents
Assembly
TinyComponents.dll

Add(string, object?)

public void Add(string key, object? value)

Parameters

key string
value object

Add(KeyValuePair<string, object?>)

public void Add(KeyValuePair<string, object?> item)

Parameters

item KeyValuePair<string, object>