Table of Contents

Method Remove

Namespace
Sisk.IniConfiguration.Core
Assembly
Sisk.IniConfiguration.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