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

Removes entry with the specified group/key from the collection.

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

Syntax

   
 C# 
public bool Remove(
	string group,
	string key
)

Parameters

group
String
Group name. Cannot be null.
key
String
Key name. Cannot be null.

Return Value

True if the entry was located and removed. False if no entry was found.

See Also