点击或拖拽改变大小

Collection.IEnumerable.GetEnumerator 方法

X#
Returns an enumerator that iterates through a collection.

命名空间:  XSharp.VFP
程序集:  XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法
METHOD IEnumerable.GetEnumerator() AS IEnumerator
查看代码

返回值

类型:IEnumerator
An IEnumerator object that can be used to iterate through the collection.

实现

GetEnumerator
参见