Table of Contents

Method Remove

Namespace
TinyComponents
Assembly
TinyComponents.dll

Remove(string)

public bool Remove(string key)

Parameters

key string

Returns

bool

Remove(KeyValuePair<string, object?>)

public bool Remove(KeyValuePair<string, object?> item)

Parameters

item KeyValuePair<string, object>

Returns

bool