MemVar.Add 方法 | |
Add a public memvar or a private memvar to the current level.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 STATIC METHOD Add(
cName AS STRING,
lPrivate AS LOGIC
) AS VOID
public static void Add(
string cName,
bool lPrivate
)
查看代码参数
- cName
- 类型:String
The name of the memory variable - lPrivate
- 类型:Boolean
Should the variable be created as private
参见