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

Returns the expected Type of the key's value, as specified in key metadata.

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

Syntax

   
 C# 
public static Type GetValueType(
	this ConfigKey key
)

Parameters

key
ConfigKey

[Missing <param name="key"/> documentation for "M:fCraft.Config.GetValueType(fCraft.ConfigKey)"]

Return Value

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

Usage Note

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

See Also