Adds the a NameValue.

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

Syntax

public NameValueCollection Add(
	NameValue nameValue
)

Parameters

nameValue
Type: TeaTime..::..NameValue
The name/value pair.

Return Value

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

Remarks

The name property of nameValue is not checked for uniqueness.

See Also