FreezableCollection<T>.GetEnumerator 메서드

정의

전체 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

반환

FreezableCollection<T>.Enumerator

전체 FreezableCollection<T>에 대한 열거자입니다.

적용 대상