4 using System.Collections;
5 using System.Collections.Generic;
7 namespace SiliconStudio.Shaders.Ast
14 #region Constructors and Destructors
30 Statements = statements;
35 #region Public Properties
47 #region Public Methods
override IEnumerable< Node > Childrens()
Gets the child nodes. An enumeration of child nodes
A tag interface to identify a container for scope declarations.
override string ToString()
BlockStatement()
Initializes a new instance of the BlockStatement class.
Base root class for all statements.
BlockStatement(StatementList statements)
Initializes a new instance of the BlockStatement class.