FreezableCollection<T>.Enumerator 構造体

定義

FreezableCollection<T>のメンバーを列挙します。

public:  where T : DependencyObjectvalue class FreezableCollection<T>::Enumerator : System::Collections::Generic::IEnumerator<T>
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
継承
FreezableCollection<T>.Enumerator
実装

プロパティ

名前 説明
Current

コレクション内の現在の要素を表す値を取得します。

メソッド

名前 説明
MoveNext()

列挙子をコレクション内の次の要素に進めます。

Reset()

列挙子を最初の位置にリセットします。

明示的なインターフェイスの実装

名前 説明
IDisposable.Dispose()

このメンバーは、Windows Presentation Foundation (WPF) インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

IEnumerator.Current

このメンバーは、Windows Presentation Foundation (WPF) インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

適用対象

こちらもご覧ください