Click or drag to resize

MemVar.Put Field

X#
Updates the value of a local, private or public (in that order). If the value does not exist than a new variable at the current level is created.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 STATIC Put AS MemVarPutter
Request Example View Source

Return Value

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