M_Cyjb_Collections_ObjectModel_CollectionBase_1_GetEnumerator - CYJB/Cyjb GitHub Wiki
返回一个循环访问集合的枚举器。
Namespace: Cyjb.Collections.ObjectModel
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public abstract IEnumerator<T> GetEnumerator()
Type: IEnumerator(T)
可用于循环访问集合的 IEnumerator(T) 对象。