MemVar.GetSafe 字段 | |
Get the value of a local, private or public (in that order). Returns NIL if the value does not exist.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 STATIC GetSafe AS MemVarGetter
public static MemVarGetter GetSafe
查看代码返回值
类型:
MemVarGetterThe value of the memory variable or NIL when it does not exist.
备注 When a private and a public exist with the same name then the private has preference
参见