Command.GetEnumerator Metoda

Definicja

Pobiera moduł wyliczający reprezentujący wszystkie symbole polecenia.

public:
 virtual System::Collections::Generic::IEnumerator<System::CommandLine::Symbol ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<System.CommandLine.Symbol> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.CommandLine.Symbol>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.CommandLine.Symbol>
Public Function GetEnumerator () As IEnumerator(Of Symbol)

Zwraca

Moduł wyliczający, który może służyć do iterowania po kolekcji.

Implementuje

Dotyczy