C# Class CSharpUtils.Templates.Runtime.TemplateScope

Mostra file Open project: soywiz/csharputils Class Usage Examples

Public Properties

Property Type Description
Items dynamic>.Dictionary
ParentScope TemplateScope

Public Methods

Method Description
TemplateScope ( dynamic>.Dictionary Items, TemplateScope ParentScope = null ) : System
TemplateScope ( TemplateScope ParentScope = null ) : System
this ( String Index ) : dynamic

Method Details

TemplateScope() public method

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

TemplateScope() public method

public TemplateScope ( TemplateScope ParentScope = null ) : System
ParentScope TemplateScope
return System

this() public method

public this ( String Index ) : dynamic
Index String
return dynamic

Property Details

Items public_oe property

public Dictionary Items
return dynamic>.Dictionary

ParentScope public_oe property

public TemplateScope,CSharpUtils.Templates.Runtime ParentScope
return TemplateScope