C# 클래스 ShellMe.CommandLine.CommandHandling.CommandPropertyWalker

상속: ICommandPropertyWalker
파일 보기 프로젝트 열기: dff-solutions/shell.me 1 사용 예제들

공개 메소드들

메소드 설명
CommandPropertyWalker ( ) : System
FillCommandProperties ( IEnumerable arguments, ICommand command ) : void

비공개 메소드들

메소드 설명
GetArgument ( IEnumerable arguments, string argument ) : ShellMe.CommandLine.CommandHandling.CommandArgument

메소드 상세

CommandPropertyWalker() 공개 메소드

public CommandPropertyWalker ( ) : System
리턴 System

FillCommandProperties() 공개 메소드

public FillCommandProperties ( IEnumerable arguments, ICommand command ) : void
arguments IEnumerable
command ICommand
리턴 void