Table of Contents

Method Add

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

Add(KeyValuePair<string, object>)

public void Add(KeyValuePair<string, object> kvp)

Parameters

kvp KeyValuePair<string, object>

Add(string, object)

public void Add(string key, object value)

Parameters

key string
value object