ReportElementCollectionBase<T>.ReportElementEnumerator 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 ReportElementCollectionBase<T> 的继承对象的枚举器。
public: ref class ReportElementCollectionBase<T>::ReportElementEnumerator : System::Collections::Generic::IEnumerator<T>
public class ReportElementCollectionBase<T>.ReportElementEnumerator : System.Collections.Generic.IEnumerator<T>
type ReportElementCollectionBase<'T>.ReportElementEnumerator = class
interface IEnumerator<'T>
interface IDisposable
interface IEnumerator
Public Class ReportElementCollectionBase(Of T).ReportElementEnumerator
Implements IEnumerator(Of T)
类型参数
- T
- 继承
-
ReportElementCollectionBase<T>.ReportElementEnumerator
- 实现
属性
Current |
获取当前项。 |
方法
Dispose() |
释放 ReportElementCollectionBase<T>.ReportElementEnumerator 使用的非托管资源。 |
MoveNext() |
移到枚举器中的下一项。 |
Reset() |
将 ReportElementCollectionBase<T>.ReportElementEnumerator 重置为第一个项。 |
显式接口实现
IEnumerator.Current |
获取集合中的当前元素。 |