C# 클래스 FubuCore.CommandLine.BooleanFlag

상속: FubuCore.CommandLine.TokenHandlerBase
파일 보기 프로젝트 열기: nhsevidence/fubumvc

공개 메소드들

메소드 설명
BooleanFlag ( PropertyInfo property ) : System
Handle ( object input, Queue tokens ) : bool

메소드 상세

BooleanFlag() 공개 메소드

public BooleanFlag ( PropertyInfo property ) : System
property System.Reflection.PropertyInfo
리턴 System

Handle() 공개 메소드

public Handle ( object input, Queue tokens ) : bool
input object
tokens Queue
리턴 bool