C# Класс SharpTAL.TemplateProgram.ProgramMacro

The TemplateProgramMacro represents part (macro) of another TemplateProgram, and is used for the METAL implementation. The two uses for this class are: 1 - metal:define-macro results in a TemplateProgramMacro that is the macro 2 - metal:fill-slot results in a TemplateProgramMacro that is a parameter to metal:use-macro
Наследование: IProgram
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ProgramMacro ( string name, int start, int endTagCommandLocation ) : System.Collections.Generic

The startRange and endRange are indexes into the parent program command list, and defines the range of commands that we can execute

ToString ( ) : string

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

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

The startRange and endRange are indexes into the parent program command list, and defines the range of commands that we can execute
public ProgramMacro ( string name, int start, int endTagCommandLocation ) : System.Collections.Generic
name string
start int
endTagCommandLocation int
Результат System.Collections.Generic

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

public ToString ( ) : string
Результат string