C# Класс Subtext.Scripting.Script.ScriptToken

Implements a linked list representing the script. This maps the structure of a script making it trivial to replace template parameters with their values.
Показать файл Открыть проект

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

Метод Описание
ToString ( ) : string

Returns a T:System.String that represents the current ScriptToken.

Приватные методы

Метод Описание
AggregateText ( StringBuilder builder ) : void
Append ( TemplateParameter parameter ) : void
Append ( string text ) : void

Appends the specified text.

ScriptToken ( ) : System

Initializes a new instance of the ScriptToken class.

ScriptToken ( string text ) : System

Initializes a new instance of the ScriptToken class.

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

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

Returns a T:System.String that represents the current ScriptToken.
public ToString ( ) : string
Результат string