FreezableCollection<T>.Enumerator 结构

定义

枚举 FreezableCollection<T> 的成员。

C#
public struct FreezableCollection<T>.Enumerator : System.Collections.Generic.IEnumerator<T> where T : DependencyObject

类型参数

T
继承
FreezableCollection<T>.Enumerator
实现

属性

Current

获取一个值,该值表示集合中的当前元素。

方法

MoveNext()

将枚举数前移到集合中的下一个元素。

Reset()

将枚举数重置到它的初始位置。

显式接口实现

IDisposable.Dispose()

此成员支持Windows Presentation Foundation (WPF) 基础结构,不打算直接从代码使用。

IEnumerator.Current

此成员支持Windows Presentation Foundation (WPF) 基础结构,不打算直接从代码使用。

适用于

产品 版本
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
Windows Desktop 3.0, 3.1, 5, 6, 7

另请参阅