TextDecorationCollection.IEnumerable<TextDecoration>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

 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

Returns

An IEnumerator<T> object that can be used to iterate through the collection.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the TextDecorationCollection instance is cast to an IEnumerable<T> interface.

Applies to

See also