FreezableCollection<T>.Enumerator Struktura
Definice
Vytvoří výčet členů FreezableCollection<T> .Enumerates the members of a 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 IEnumerator
interface IDisposable
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
Public Structure FreezableCollection(Of T).Enumerator
Implements IEnumerator(Of T)
Parametry typu
- T
- Dědičnost
- Implementuje
Vlastnosti
Current |
Získá hodnotu, která představuje aktuální prvek v kolekci.Gets a value that represents the current element in the collection. |
Metody
MoveNext() |
Posune enumerátor na další prvek v kolekci.Advances the enumerator to the next element in the collection. |
Reset() |
Obnoví enumerátor na počáteční pozici.Resets the enumerator to its initial position. |
Explicitní implementace rozhraní
IDisposable.Dispose() |
Tento člen podporuje Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) infrastrukturu a není určen pro použití přímo v kódu.This member supports the Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
IEnumerator.Current |
Tento člen podporuje Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) infrastrukturu a není určen pro použití přímo v kódu.This member supports the Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |