Table of Contents

Method Remove

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

Remove(string)

public bool Remove(string key)

Parameters

key string

Returns

bool

Remove(KeyValuePair<string, string?>)

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

Parameters

item KeyValuePair<string, string>

Returns

bool