C# Class Refactoring.StatementTools.UniversalStatement

Inheritance: IStatementFormater
显示文件 Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
AddFormatter ( IStatementFormater formatter, Action write ) : void
GetStatement ( Action write, Statement statement ) : void

Method Details

AddFormatter() public method

public AddFormatter ( IStatementFormater formatter, Action write ) : void
formatter IStatementFormater
write Action
return void

GetStatement() public method

public GetStatement ( Action write, Statement statement ) : void
write Action
statement Statement
return void