Click or drag to resize

NameValuePair Constructor

X#
Initializes a new instance of the NameValuePair class

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	cName AS STRING,
	uValue AS USUAL
)
Request Example View Source

Parameters

cName
Type: String
uValue
Type: Usual
See Also