点击或拖拽改变大小

__ArrayBaseT.IEnumerable.GetEnumerator 方法

X#
Returns an enumerator that iterates through a collection.

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

返回值

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

实现

GetEnumerator
参见