C# 클래스 NHamlLanguage.NHamlParser

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

공개 메소드들

메소드 설명
HandleLine ( string line ) : void
InitialText ( string generic_class ) : string
NHamlParser ( string input ) : System
Parse ( ) : void

메소드 상세

HandleLine() 공개 메소드

public HandleLine ( string line ) : void
line string
리턴 void

InitialText() 공개 정적인 메소드

public static InitialText ( string generic_class ) : string
generic_class string
리턴 string

NHamlParser() 공개 메소드

public NHamlParser ( string input ) : System
input string
리턴 System

Parse() 공개 메소드

public Parse ( ) : void
리턴 void