3 using System.Collections.Generic;
5 using SiliconStudio.Shaders.Ast;
7 namespace SiliconStudio.
Paradox.Shaders.Parser.Ast
26 #region Public Methods
32 ChildrenList.Add(Name);
33 ChildrenList.Add(Body);
40 return string.Format(
"using params {0}{1}", Name, Body != null ?
" {...}" : string.Empty);
override string ToString()
Base root class for all statements.
A using params statement.
override IEnumerable< Node > Childrens()
Gets the child nodes. An enumeration of child nodes