A collection of name / value pairs.

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

Syntax

public class NameValueCollection : IEnumerable<NameValue>, 
	IEnumerable

Remarks

Provides typesafe getter and specialiced Add methods fo each type. The name properties of the stored name/value pairs do not need to be unique, although practically this is usually reasonable.

See Also