C# 클래스 Refactoring.StatementTools.UniversalStatement

상속: IStatementFormater
파일 보기 프로젝트 열기: Confirmit/Students 1 사용 예제들

공개 메소드들

메소드 설명
AddFormatter ( IStatementFormater formatter, Action write ) : void
GetStatement ( Action write, Statement statement ) : void

메소드 상세

AddFormatter() 공개 메소드

public AddFormatter ( IStatementFormater formatter, Action write ) : void
formatter IStatementFormater
write Action
리턴 void

GetStatement() 공개 메소드

public GetStatement ( Action write, Statement statement ) : void
write Action
statement Statement
리턴 void