MemVar.PrivatesEnum Method | |
Get an enumerator for all the unique names of private variables
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC METHOD PrivatesEnum(
lCurrentOnly AS LOGIC
) AS IEnumerator<STRING>
public static IEnumerator<string> PrivatesEnum(
[DefaultParameterValueAttribute(false, 0)] bool lCurrentOnly
)
Request Example
View SourceParameters
- lCurrentOnly
- Type: Logic
Return Value
Type:
IEnumeratorStringSee Also