MemVar.PublicFind 方法 | |
Find a public variable
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 STATIC METHOD PublicFind(
cName AS STRING
) AS MemVar
public static MemVar PublicFind(
string cName
)
查看代码参数
- cName
- 类型:String
The name of the memory variable.
返回值
类型:
MemVar参见