C# Class CompiledHandlebars.Compiler.AST.BlockWithElse

Inheritance: ASTNode
Show file Open project: Noxum/CompiledHandlebars

Protected Properties

Property Type Description
_elseBlock IList

Private Methods

Method Description
BlockWithElse ( IList children, IList elseBlock, int line, int column ) : System
BlockWithElse ( IList children, int line, int column ) : System

Property Details

_elseBlock protected property

protected IList _elseBlock
return IList