Gets the value stored in a NameValue having name == name.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public T GetValue<T>(
	string name
)

Parameters

name
Type: System..::..String
The name under which the value is stored.

Type Parameters

T
The type of the value.

Return Value

The value.

Remarks

Throws exceptions if no value is present under name or the value is not T.

See Also