Adds the specified name.

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

Syntax

public NameValueCollection Add(
	string name,
	double value
)

Parameters

name
Type: System..::..String
The name.
value
Type: System..::..Double
The double value.

Return Value

This instance, to allow fluent addition of name / values.

Remarks

The name is not checked for uniqueness.

See Also