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.
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
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