C# Class Fix.Fixer

Show file Open project: FixProject/Fix Class Usage Examples

Public Methods

Method Description
Build ( ) : Func,Task>
Map ( string mapPath, Func,Task>,Func,Task>> component ) : Fixer
Use ( Func,Task>,Func,Task>> component ) : Fixer

Private Methods

Method Description
Completed ( object>.IDictionary _ ) : Task

Method Details

Build() public method

public Build ( ) : Func,Task>
return Func,Task>

Map() public method

public Map ( string mapPath, Func,Task>,Func,Task>> component ) : Fixer
mapPath string
component Func,Task>,Func,Task>>
return Fixer

Use() public method

public Use ( Func,Task>,Func,Task>> component ) : Fixer
component Func,Task>,Func,Task>>
return Fixer