C# Class FubuCore.CommandLine.BooleanFlag

Inheritance: FubuCore.CommandLine.TokenHandlerBase
Afficher le fichier Open project: nhsevidence/fubumvc

Méthodes publiques

Méthode Description
BooleanFlag ( PropertyInfo property ) : System
Handle ( object input, Queue tokens ) : bool

Method Details

BooleanFlag() public méthode

public BooleanFlag ( PropertyInfo property ) : System
property System.Reflection.PropertyInfo
Résultat System

Handle() public méthode

public Handle ( object input, Queue tokens ) : bool
input object
tokens Queue
Résultat bool