FreezableCollection<T>.Enumerator Struct
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Enumera i membri di 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)
Parametri di tipo
- T
- Ereditarietà
- Implementazioni
Proprietà
Current |
Ottiene un valore che rappresenta l'elemento corrente dell'insieme. |
Metodi
MoveNext() |
Sposta l'enumeratore all'elemento successivo dell'insieme. |
Reset() |
Reimposta l'enumeratore sulla posizione iniziale. |
Implementazioni dell'interfaccia esplicita
IDisposable.Dispose() |
Questo membro supporta l'infrastruttura Windows Presentation Foundation (WPF) e non deve essere usata direttamente dal codice. |
IEnumerator.Current |
Questo membro supporta l'infrastruttura Windows Presentation Foundation (WPF) e non deve essere usata direttamente dal codice. |