C# Class Fix.Fixer

Afficher le fichier Open project: FixProject/Fix Class Usage Examples

Méthodes publiques

Méthode Description
Build ( ) : Func,Task>
Map ( string mapPath, Func,Task>,Func,Task>> component ) : Fixer
Use ( Func,Task>,Func,Task>> component ) : Fixer

Private Methods

Méthode Description
Completed ( object>.IDictionary _ ) : Task

Method Details

Build() public méthode

public Build ( ) : Func,Task>
Résultat Func,Task>

Map() public méthode

public Map ( string mapPath, Func,Task>,Func,Task>> component ) : Fixer
mapPath string
component Func,Task>,Func,Task>>
Résultat Fixer

Use() public méthode

public Use ( Func,Task>,Func,Task>> component ) : Fixer
component Func,Task>,Func,Task>>
Résultat Fixer