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

Adds a new entry to the collection. Throws ArgumentException if an entry with the same group/key already exists.

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

Syntax

   
 C# 
public void Add(
	string group,
	string key,
	TValue value
)

Parameters

group
String
Group name. Cannot be null.
key
String
Key name. Cannot be null.
value
TValue
Value. Cannot be null.

See Also