MemVar.PrivatesEnum 方法 | |
Get an enumerator for all the unique names of private variables
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 STATIC METHOD PrivatesEnum(
lCurrentOnly AS LOGIC
) AS IEnumerator<STRING>
public static IEnumerator<string> PrivatesEnum(
[DefaultParameterValueAttribute(false, 0)] bool lCurrentOnly
)
查看代码参数
- lCurrentOnly
- 类型:Boolean
返回值
类型:
IEnumeratorString参见