FreezableCollection<T>.IEnumerable<T>.GetEnumerator Yöntem

Tanım

Bu üyenin açıklaması için bkz GetEnumerator(). .

 virtual System::Collections::Generic::IEnumerator<T> ^ System.Collections.Generic.IEnumerable<T>.GetEnumerator() = System::Collections::Generic::IEnumerable<T>::GetEnumerator;
System.Collections.Generic.IEnumerator<T> IEnumerable<T>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<T>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T (requires 'T :> System.Windows.DependencyObject)>
override this.System.Collections.Generic.IEnumerable<T>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T (requires 'T :> System.Windows.DependencyObject)>
Function GetEnumerator () As IEnumerator(Of T) Implements IEnumerable(Of T).GetEnumerator

Döndürülenler

IEnumerator<T>

Koleksiyonda yinelemek için kullanılabilecek bir IEnumerator<T> nesnesi.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IEnumerable<T> arabirime FreezableCollection<T> yayınlandığında kullanılabilir.

Şunlara uygulanır

Ayrıca bkz.