Command.GetEnumerator 메서드

정의

명령에 대한 모든 기호를 나타내는 열거자를 가져옵니다.

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)

반환

컬렉션을 반복하는 데 사용할 수 있는 열거자입니다.

구현

적용 대상