C# 클래스 cadencii.ScriptProcessor

파일 보기 프로젝트 열기: cadencii/cadencii 1 사용 예제들

공개 메소드들

메소드 설명
process ( string code ) : string

보호된 메소드들

메소드 설명
getPrefix ( ) : string
getSuffix ( ) : string

메소드 상세

getPrefix() 보호된 추상적인 메소드

protected abstract getPrefix ( ) : string
리턴 string

getSuffix() 보호된 추상적인 메소드

protected abstract getSuffix ( ) : string
리턴 string

process() 공개 메소드

public process ( string code ) : string
code string
리턴 string