3 using System.Collections.Generic;
5 using SiliconStudio.Shaders.Ast;
7 namespace SiliconStudio.
Paradox.Shaders.Parser.Ast
14 #region Constructors and Destructors
27 #region Public Methods
33 ChildrenList.Add(Name);
40 return string.Format(
"using {0}", Name);
override IEnumerable< Node > Childrens()
Gets the child nodes. An enumeration of child nodes
UsingStatement()
Initializes a new instance of the UsingStatement class.
Base root class for all statements.
override string ToString()