C# 클래스 CSharpUtils.Templates.Runtime.TemplateScope

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

공개 프로퍼티들

프로퍼티 타입 설명
Items dynamic>.Dictionary
ParentScope TemplateScope

공개 메소드들

메소드 설명
TemplateScope ( dynamic>.Dictionary Items, TemplateScope ParentScope = null ) : System
TemplateScope ( TemplateScope ParentScope = null ) : System
this ( String Index ) : dynamic

메소드 상세

TemplateScope() 공개 메소드

public TemplateScope ( dynamic>.Dictionary Items, TemplateScope ParentScope = null ) : System
Items dynamic>.Dictionary
ParentScope TemplateScope
리턴 System

TemplateScope() 공개 메소드

public TemplateScope ( TemplateScope ParentScope = null ) : System
ParentScope TemplateScope
리턴 System

this() 공개 메소드

public this ( String Index ) : dynamic
Index String
리턴 dynamic

프로퍼티 상세

Items 공개적으로 프로퍼티

public Dictionary Items
리턴 dynamic>.Dictionary

ParentScope 공개적으로 프로퍼티

public TemplateScope,CSharpUtils.Templates.Runtime ParentScope
리턴 TemplateScope