MemVar._Get Method | |
Get the value of a local, private or public (in that order). Throws an exception when the variable does not exist.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC METHOD _Get(
cName AS STRING
) AS USUAL
public static Usual _Get(
string cName
)
Request Example
View SourceParameters
- cName
- Type: String
The name of the memory variable
Return Value
Type:
UsualThe value of the memory variable.
See Also