Command.Arguments 속성

정의

명령에 대한 모든 인수를 나타냅니다.

public:
 property System::Collections::Generic::IReadOnlyList<System::CommandLine::Argument ^> ^ Arguments { System::Collections::Generic::IReadOnlyList<System::CommandLine::Argument ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<System.CommandLine.Argument> Arguments { get; }
member this.Arguments : System.Collections.Generic.IReadOnlyList<System.CommandLine.Argument>
Public ReadOnly Property Arguments As IReadOnlyList(Of Argument)

속성 값

적용 대상