点击或拖拽改变大小

MemVar 字段

X#

MemVar 类型公开以下成员。

字段
  名称说明
公共字段静态成员Get
Get the value of a local, private or public (in that order). Throws an exception when the variable does not exist.
公共字段静态成员GetSafe
Get the value of a local, private or public (in that order). Returns NIL if the value does not exist.
公共字段静态成员Put
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.
Top
参见