点击或拖拽改变大小

__ArrayBaseT.IEnumerableT.GetEnumerator 方法

X#
Returns an enumerator that iterates through the collection.

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

返回值

类型:IEnumeratorT
An enumerator that can be used to iterate through the collection.

实现

GetEnumerator
参见