ImmutableArray<T>.Builder.GetEnumerator Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Lekéri a gyűjteményen keresztüli iteráláshoz használható objektumot.
public:
System::Collections::Generic::IEnumerator<T> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<T> GetEnumerator();
member this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T>
Public Iterator Function GetEnumerator () As IEnumerator(Of T)
Válaszok
Egy objektum, amely a gyűjteményen keresztüli iterációhoz használható.