Adds a unique ParameterValue instance to the end of the this collection.

Namespace: ININ.IceLib.Statistics
Assembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public void Add(
	ParameterValue item
)
Visual Basic
Public Sub Add ( _
	item As ParameterValue _
)

Parameters

item
Type: ININ.IceLib.Statistics..::..ParameterValue
The parameter value.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionA parameter is nullNothingnullptra null reference (Nothing in Visual Basic).
System..::..ArgumentExceptionAn item with the same key has already been added.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also