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

Gets or sets the value of a given entry. If the specified key/value pair is not found, a get operation throws a KeyNotFoundException, and a set operation creates a new element with the specified group/key.

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

Syntax

   
 C# 
public TValue this[
	string group,
	string key
] { get; set; }

Parameters

group
String
The group of the value to get or set.
key
String
The key of the value to get or set.

See Also