C# Class clipr.IOC.ParameterlessVerbFactory

Inheritance: IVerbFactory
Afficher le fichier Open project: nemec/clipr

Méthodes publiques

Méthode Description
CanCreateVerb ( Type objectType ) : bool
GetVerb ( Type objectType ) : object

Method Details

CanCreateVerb() public méthode

public CanCreateVerb ( Type objectType ) : bool
objectType System.Type
Résultat bool

GetVerb() public méthode

public GetVerb ( Type objectType ) : object
objectType System.Type
Résultat object