Initializes a new instance of the NameValuePair class

Namespace: Cartella.Models.Wrappers
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public NameValuePair(
	string name,
	string value
)
Visual Basic
Public Sub New ( _
	name As String, _
	value As String _
)
Visual C++
public:
NameValuePair(
	String^ name, 
	String^ value
)

Parameters

name
Type: System..::..String
value
Type: System..::..String

See Also