C# 클래스 SharpTAL.TemplateParser.Element

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

공개 메소드들

메소드 설명
Element ( ElementKind kind, object>.Dictionary startTagTokens ) : System.Collections.Generic
Element ( ElementKind kind, object>.Dictionary startTagTokens, object>.Dictionary endTagTokens, List children ) : System.Collections.Generic
Element ( ElementKind kind, Token startTag ) : System.Collections.Generic

메소드 상세

Element() 공개 메소드

public Element ( ElementKind kind, object>.Dictionary startTagTokens ) : System.Collections.Generic
kind ElementKind
startTagTokens object>.Dictionary
리턴 System.Collections.Generic

Element() 공개 메소드

public Element ( ElementKind kind, object>.Dictionary startTagTokens, object>.Dictionary endTagTokens, List children ) : System.Collections.Generic
kind ElementKind
startTagTokens object>.Dictionary
endTagTokens object>.Dictionary
children List
리턴 System.Collections.Generic

Element() 공개 메소드

public Element ( ElementKind kind, Token startTag ) : System.Collections.Generic
kind ElementKind
startTag Token
리턴 System.Collections.Generic