NameValuePair Constructor | |
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.21
Syntax CONSTRUCTOR(
cName AS STRING,
uValue AS USUAL
)
public NameValuePair(
string cName,
Usual uValue
)
Request Example
View SourceParameters
- cName
- Type: String
- uValue
- Type: Usual
See Also