MemVar Constructor | |
Initializes a new instance of the
MemVar class
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax CONSTRUCTOR(
cName AS STRING,
uValue AS USUAL
)
public MemVar(
string cName,
Usual uValue
)
Request Example
View SourceParameters
- cName
- Type: String
- uValue
- Type: Usual
See Also