C# Class FubuCore.CommandLine.Flag

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

Méthodes publiques

Méthode Description
Flag ( PropertyInfo property, ObjectConverter converter ) : System.Collections.Generic
Handle ( object input, Queue tokens ) : bool

Method Details

Flag() public méthode

public Flag ( PropertyInfo property, ObjectConverter converter ) : System.Collections.Generic
property System.Reflection.PropertyInfo
converter ObjectConverter
Résultat System.Collections.Generic

Handle() public méthode

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