C# 클래스 Stubble.Core.Classes.Tokens.InterpolationToken

An abstract class representing a token which can be interpolated
상속: ParserOutput
파일 보기 프로젝트 열기: StubbleOrg/Stubble

공개 메소드들

메소드 설명
InterpolateLambdaValueIfPossible ( object value, Writer writer, Context context, string>.IDictionary partials ) : object

Returns the value or if a lambda the result of the lambda (or interpolated value result)

메소드 상세

InterpolateLambdaValueIfPossible() 공개 메소드

Returns the value or if a lambda the result of the lambda (or interpolated value result)
public InterpolateLambdaValueIfPossible ( object value, Writer writer, Context context, string>.IDictionary partials ) : object
value object the value to be checked and possibly interpolated
writer Writer The writer to write the token to
context Context The context to discover values from
partials string>.IDictionary The partial templates available to the token
리턴 object