[This is preliminary documentation and is subject to change.]

Removes an entry by key.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)

Syntax

   
 C# 
public bool Remove(
	string key
)

Parameters

key
String
Key for the entry to remove.

Return Value

True if the entry was removed, false if no entry was found for this key.

Implements

IDictionary<(Of <(<'TKey, TValue>)>)>..::..Remove(TKey)

See Also