FreezableCollection<T>.Enumerator 结构
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举 FreezableCollection<T> 的成员。
public: where T : DependencyObjectvalue class FreezableCollection<T>::Enumerator : System::Collections::Generic::IEnumerator<T>
C#
public struct FreezableCollection<T>.Enumerator : System.Collections.Generic.IEnumerator<T> where T : DependencyObject
type FreezableCollection<'T (requires 'T :> DependencyObject)>.Enumerator = struct
interface IEnumerator<'T (requires 'T :> DependencyObject)>
interface IDisposable
interface IEnumerator
type FreezableCollection<'T (requires 'T :> DependencyObject)>.Enumerator = struct
interface IEnumerator
interface IEnumerator<'T (requires 'T :> DependencyObject)>
interface IDisposable
type FreezableCollection<'T (requires 'T :> DependencyObject)>.Enumerator = struct
interface IEnumerator<'T (requires 'T :> DependencyObject)>
interface IEnumerator
interface IDisposable
Public Structure FreezableCollection(Of T).Enumerator
Implements IEnumerator(Of T)
- T
- 继承
- 实现
Current |
获取一个值,该值表示集合中的当前元素。 |
Move |
将枚举数前移到集合中的下一个元素。 |
Reset() |
将枚举数重置到它的初始位置。 |
IDisposable. |
此成员支持Windows Presentation Foundation (WPF) 基础结构,不打算直接从代码使用。 |
IEnumerator. |
此成员支持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 |