3 using System.Collections.Generic;
5 using SiliconStudio.Shaders.Ast;
7 namespace SiliconStudio.
Paradox.Shaders.Parser.Ast
14 #region Constructors and Destructors
36 #region Public Properties
44 #region Public Methods
50 ChildrenList.Add(Name);
51 ChildrenList.Add(Body);
58 return string.Format(
"params {0} {{...}}", Name);
A tag interface to identify a container for scope declarations.
ParametersBlock(Identifier name, BlockStatement statements)
Initializes a new instance of the ParametersBlock class.
override string ToString()
override IEnumerable< Node > Childrens()
Gets the child nodes. An enumeration of child nodes
ParametersBlock()
Initializes a new instance of the ParametersBlock class.