Command.GetEnumerator Metodo

Definizione

Ottiene un enumeratore che rappresenta tutti i simboli per il comando.

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)

Restituisce

Enumeratore che può essere usato per scorrere la raccolta.

Implementazioni

Si applica a