C# Класс SharpTAL.TemplateParser.Element

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

Открытые методы

Метод Описание
Element ( ElementKind kind, object>.Dictionary startTagTokens ) : System.Collections.Generic
Element ( ElementKind kind, object>.Dictionary startTagTokens, object>.Dictionary endTagTokens, List children ) : System.Collections.Generic
Element ( ElementKind kind, Token startTag ) : System.Collections.Generic

Описание методов

Element() публичный Метод

public Element ( ElementKind kind, object>.Dictionary startTagTokens ) : System.Collections.Generic
kind ElementKind
startTagTokens object>.Dictionary
Результат System.Collections.Generic

Element() публичный Метод

public Element ( ElementKind kind, object>.Dictionary startTagTokens, object>.Dictionary endTagTokens, List children ) : System.Collections.Generic
kind ElementKind
startTagTokens object>.Dictionary
endTagTokens object>.Dictionary
children List
Результат System.Collections.Generic

Element() публичный Метод

public Element ( ElementKind kind, Token startTag ) : System.Collections.Generic
kind ElementKind
startTag Token
Результат System.Collections.Generic