MemVar.PrivatesCount Method | |
Get the total number of unique private variable names.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC METHOD PrivatesCount(
lCurrentOnly AS LOGIC
) AS LONG
public static int PrivatesCount(
[DefaultParameterValueAttribute(false, 0)] bool lCurrentOnly
)
Request Example
View SourceParameters
- lCurrentOnly
- Type: Logic
Return Value
Type:
LongSee Also