Default constructor

Namespace: Ico.Ewx
Assembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public KeyValuePair(
	string key,
	string value
)
Visual Basic
Public Sub New ( _
	key As String, _
	value As String _
)
JScript
public function KeyValuePair(
	key : String, 
	value : String
)

Parameters

key
Type: System..::..String
value
Type: System..::..String

See Also