C# Class Subtext.Scripting.Script.TemplateParameterToken

Represents a template parameter within a script. This is specialized node within the ScriptToken linked list.
Inheritance: ScriptToken
Show file Open project: ayende/Subtext

Public Methods

Method Description
ToString ( ) : string

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

Private Methods

Method Description
TemplateParameterToken ( TemplateParameter parameter ) : System

Method Details

ToString() public method

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