C# Class clipr.IOC.ParameterlessVerbFactory

Inheritance: IVerbFactory
Datei anzeigen Open project: nemec/clipr

Public Methods

Method Description
CanCreateVerb ( Type objectType ) : bool
GetVerb ( Type objectType ) : object

Method Details

CanCreateVerb() public method

public CanCreateVerb ( Type objectType ) : bool
objectType System.Type
return bool

GetVerb() public method

public GetVerb ( Type objectType ) : object
objectType System.Type
return object