C# 클래스 mustache.KeyScope

Represents a scope of keys.
파일 보기 프로젝트 열기: Zocdoc/mustache-sharp 1 사용 예제들

공개 메소드들

메소드 설명
CreateChildScope ( object source ) : KeyScope

Creates a child scope that searches for keys in the given object.

비공개 메소드들

메소드 설명
Find ( string name ) : object

Attempts to find the value associated with the key with given name.

KeyScope ( object source ) : System

Initializes a new instance of a KeyScope.

KeyScope ( object source, KeyScope parent ) : System

Initializes a new instance of a KeyScope.

find ( string name ) : object
toLookup ( object value ) : object>.IDictionary

메소드 상세

CreateChildScope() 공개 메소드

Creates a child scope that searches for keys in the given object.
public CreateChildScope ( object source ) : KeyScope
source object The object to search for keys in.
리턴 KeyScope