GradientStopCollection.IEnumerable<GradientStop>.GetEnumerator Metoda

Definice

Popis tohoto člena najdete v tématu GetEnumerator().

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

Návraty

IEnumerator<GradientStop>

Objekt, IEnumerator<T> který lze použít pro iteraci prostřednictvím kolekce.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho GradientStopCollection použít pouze v případě, že je instance přetypována do IEnumerable<T> rozhraní.

Platí pro