C# Класс CSharpUtils.Templates.Runtime.TemplateScope

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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