MemVar.PrivatesFirst Method | |
Get the first unique private variable name.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC METHOD PrivatesFirst(
lCurrentOnly AS LOGIC
) AS STRING
public static string PrivatesFirst(
[DefaultParameterValueAttribute(false, 0)] bool lCurrentOnly
)
Request Example
View SourceParameters
- lCurrentOnly
- Type: Logic
Return Value
Type:
StringSee Also