MemVar.Add Method | |
Add a public memvar or a private memvar to the current level.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC METHOD Add(
cName AS STRING,
lPrivate AS LOGIC
) AS VOID
public static void Add(
string cName,
bool lPrivate
)
Request Example
View SourceParameters
- cName
- Type: String
The name of the memory variable - lPrivate
- Type: Logic
Should the variable be created as private
See Also