TextDecorationCollection.IEnumerable<TextDecoration>.GetEnumerator Yöntem

Tanım

Toplulukta yinelenen bir numaralandırıcı döndürür.

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

Döndürülenler

IEnumerator<TextDecoration>

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 TextDecorationCollection yayınlandığında kullanılabilir.

Şunlara uygulanır

Ayrıca bkz.