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

Returns a list of all keys in a section.

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

Syntax

   
 C# 
public static ConfigKey[] GetKeys(
	this ConfigSection section
)

Parameters

section
ConfigSection

[Missing <param name="section"/> documentation for "M:fCraft.Config.GetKeys(fCraft.ConfigSection)"]

Return Value

[Missing <returns> documentation for "M:fCraft.Config.GetKeys(fCraft.ConfigSection)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ConfigSection. When you use instance method syntax to call this method, omit the first parameter.

See Also