C# Class FubuCore.CommandLine.BooleanFlag

Inheritance: FubuCore.CommandLine.TokenHandlerBase
Mostra file Open project: nhsevidence/fubumvc

Public Methods

Method Description
BooleanFlag ( PropertyInfo property ) : System
Handle ( object input, Queue tokens ) : bool

Method Details

BooleanFlag() public method

public BooleanFlag ( PropertyInfo property ) : System
property System.Reflection.PropertyInfo
return System

Handle() public method

public Handle ( object input, Queue tokens ) : bool
input object
tokens Queue
return bool