Creates a new instance of the ParameterNameValue class.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public ParameterNameValue(
	string paramName,
	string paramValue
)
Visual Basic
Public Sub New ( _
	paramName As String, _
	paramValue As String _
)

Parameters

paramName
Type: System..::..String
The name of the paramter
paramValue
Type: System..::..String
The value of the paramter

See Also