C# Class SharpTAL.TemplateProgram.Program

Inheritance: IProgram
Show file Open project: lck/SharpTAL

Public Methods

Method Description
Program ( ) : System.Collections.Generic
Program ( string templateBody, string templatePath, string templateHash, List templateCommands, int>.Dictionary endTagLocationTable, IProgram>.Dictionary macros, HashSet importMacroCommands ) : System.Collections.Generic

Method Details

Program() public method

public Program ( ) : System.Collections.Generic
return System.Collections.Generic

Program() public method

public Program ( string templateBody, string templatePath, string templateHash, List templateCommands, int>.Dictionary endTagLocationTable, IProgram>.Dictionary macros, HashSet importMacroCommands ) : System.Collections.Generic
templateBody string
templatePath string
templateHash string
templateCommands List
endTagLocationTable int>.Dictionary
macros IProgram>.Dictionary
importMacroCommands HashSet
return System.Collections.Generic