FreezableCollection<T>.GetEnumerator Method

Definition

Returns an enumerator for the entire FreezableCollection<T>.

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

Returns

An enumerator for the entire FreezableCollection<T>.

Applies to