Collection.IEnumerable.GetEnumerator 方法 | |
Returns an enumerator that iterates through a collection.
命名空间:
XSharp.VFP
程序集:
XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法 METHOD IEnumerable.GetEnumerator() AS IEnumerator
IEnumerator IEnumerable.GetEnumerator()
查看代码返回值
类型:
IEnumeratorAn
IEnumerator object that can be used to iterate through the collection.
实现
GetEnumerator参见