Click or drag to resize

MemVar.Get Field

X#
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 Get AS MemVarGetter
Request Example View Source

Return Value

Type: MemVarGetter
The value of the memory variable.
See Also