C# 클래스 Mustachio.ContextObject

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

공개 메소드들

메소드 설명
Exists ( ) : bool

Determines if the value of this context exists.

GetContextForPath ( string path ) : ContextObject
ToString ( ) : string

비공개 메소드들

메소드 설명
GetContextForPath ( Queue elements ) : ContextObject

메소드 상세

Exists() 공개 메소드

Determines if the value of this context exists.
public Exists ( ) : bool
리턴 bool

GetContextForPath() 공개 메소드

public GetContextForPath ( string path ) : ContextObject
path string
리턴 ContextObject

ToString() 공개 메소드

public ToString ( ) : string
리턴 string