FreezableCollection<T>.GetEnumerator Método

Definición

Devuelve un enumerador para la FreezableCollection<T> completa.

public:
 System::Windows::FreezableCollection<T>::Enumerator GetEnumerator();
public System.Windows.FreezableCollection<T>.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Windows.FreezableCollection<'T (requires 'T :> System.Windows.DependencyObject)>.Enumerator
Public Function GetEnumerator () As FreezableCollection(Of T).Enumerator

Devoluciones

FreezableCollection<T>.Enumerator

Un enumerador del objeto FreezableCollection<T> completo.

Se aplica a