C# 클래스 Subtext.Scripting.Script.TemplateParameterToken

Represents a template parameter within a script. This is specialized node within the ScriptToken linked list.
상속: ScriptToken
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
ToString ( ) : string

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

비공개 메소드들

메소드 설명
TemplateParameterToken ( TemplateParameter parameter ) : System

메소드 상세

ToString() 공개 메소드

Returns a T:System.String that represents the current TemplateParameterToken.
public ToString ( ) : string
리턴 string