MemVar.Getter Delegate | |
Delegate for reading memvars.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax DELEGATE USUAL Getter(
name AS STRING
)
public delegate Usual Getter(
string name
)
Parameters
- name
- Type: String
Name of the Memvar for which the value has to be retrieved
Return Value
Type:
UsualThe value of the memory variable.
See Also