C# Class Nustache.Core.VariableReference

Inheritance: Nustache.Core.Part
显示文件 Open project: jdiamond/Nustache Class Usage Examples

Public Methods

Method Description
CheckValueIsDelegateOrLambda ( object value ) : Lambda
Render ( RenderContext context ) : void
Source ( ) : string
ToString ( ) : string
VariableReference ( string path ) : System

Method Details

CheckValueIsDelegateOrLambda() public method

public CheckValueIsDelegateOrLambda ( object value ) : Lambda
value object
return Lambda

Render() public method

public Render ( RenderContext context ) : void
context RenderContext
return void

Source() public method

public Source ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

VariableReference() public method

public VariableReference ( string path ) : System
path string
return System