C# 클래스 PowerArgs.PromptIfEmpty

상속: PowerArgs.ArgHook, ICommandLineArgumentMetadata
파일 보기 프로젝트 열기: adamabdelhamed/PowerArgs

공개 메소드들

메소드 설명
BeforePopulateProperty ( PowerArgs.ArgHook context ) : void

Prompts the user to enter a value for the given property in the case that the option was specified with no value

메소드 상세

BeforePopulateProperty() 공개 메소드

Prompts the user to enter a value for the given property in the case that the option was specified with no value
public BeforePopulateProperty ( PowerArgs.ArgHook context ) : void
context PowerArgs.ArgHook the parser context
리턴 void