C# Class CSharpUtils.Templates.Runtime.TemplateScope

Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Свойство Type Description
Items dynamic>.Dictionary
ParentScope TemplateScope

Méthodes publiques

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

Method Details

TemplateScope() public méthode

public TemplateScope ( dynamic>.Dictionary Items, TemplateScope ParentScope = null ) : System
Items dynamic>.Dictionary
ParentScope TemplateScope
Résultat System

TemplateScope() public méthode

public TemplateScope ( TemplateScope ParentScope = null ) : System
ParentScope TemplateScope
Résultat System

this() public méthode

public this ( String Index ) : dynamic
Index String
Résultat dynamic

Property Details

Items public_oe property

public Dictionary Items
Résultat dynamic>.Dictionary

ParentScope public_oe property

public TemplateScope,CSharpUtils.Templates.Runtime ParentScope
Résultat TemplateScope