StringRuneEnumerator.IEnumerable<Rune>.GetEnumerator Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca bieżące wystąpienie modułu wyliczającego.
virtual System::Collections::Generic::IEnumerator<System::Text::Rune> ^ System.Collections.Generic.IEnumerable<System.Text.Rune>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Text::Rune>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Text.Rune> IEnumerable<Rune>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Text.Rune>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Text.Rune>
override this.System.Collections.Generic.IEnumerable<System.Text.Rune>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Text.Rune>
Function GetEnumerator () As IEnumerator(Of Rune) Implements IEnumerable(Of Rune).GetEnumerator
Zwraca
Bieżące wystąpienie modułu wyliczającego.
Implementuje
Uwagi
Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy StringRuneEnumerator wystąpienie jest rzutowe do interfejsu IEnumerable<T> .