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

Number of keys within a given group. Throws KeyNotFoundException if no such group exists.

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

Syntax

   
 C# 
public int GetKeyCount(
	string group
)

Parameters

group
String
Group name. Cannot be null.

Return Value

Number of keys within the specified group.

See Also