MemVar.PrivateFind 方法 | |
Find a private variable. Try on the current level on the stack first and when not found then walk the stack.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 STATIC METHOD PrivateFind(
name AS STRING
) AS MemVar
public static MemVar PrivateFind(
string name
)
查看代码参数
- name
- 类型:String
返回值
类型:
MemVar参见