T_Cyjb_Collections_ObjectModel_EnumeratorBase_1 - CYJB/Cyjb GitHub Wiki
为枚举器提供基类。
System.Object
Cyjb.Collections.ObjectModel.EnumeratorBase(T)
Namespace: Cyjb.Collections.ObjectModel
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public abstract class EnumeratorBase<T> : IEnumerator<T>,
IEnumerator, IDisposable
- T
- 枚举的元素类型。
名称 | 说明 | |
---|---|---|
![]() |
EnumeratorBase(T) | 使用指定的堆栈实例初始化 EnumeratorBase(T) 类的新实例。 |
名称 | 说明 | |
---|---|---|
![]() |
Current | 获取集合中位于枚举数当前位置的元素。 |
名称 | 说明 | |
---|---|---|
![]() |
CheckVersionChanged | 检查容器版本是否发生了变化。 |
![]() |
Dispose() | 执行与释放或重置非托管资源相关的应用程序定义的任务。 |
![]() |
Dispose(Boolean) | 执行与释放或重置非托管资源相关的应用程序定义的任务。 |
![]() |
Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。) |
![]() |
GetHashCode | Serves as the default hash function. (继承自 Object。) |
![]() |
GetType | Gets the Type of the current instance. (继承自 Object。) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (继承自 Object。) |
![]() |
MoveNext() | 将枚举数推进到集合的下一个元素。 |
![]() |
MoveNext(Boolean, T) | 将枚举数推进到集合的下一个元素。 |
![]() |
ToString | Returns a string that represents the current object. (继承自 Object。) |