Click or drag to resize

MemVar.PrivatesEnum Method

X#
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>
Request Example View Source

Parameters

lCurrentOnly
Type: Logic

Return Value

Type: IEnumeratorString
See Also