4 using System.Collections;
5 using System.Collections.Generic;
7 namespace SiliconStudio.Shaders.Ast.Hlsl
14 #region Constructors and Destructors
40 #region Public Properties
60 #region Public Methods
66 ChildrenList.Add(Profile);
67 ChildrenList.Add(Function);
74 return string.Format(
"compile {0} {1}", Profile, Function);
override IEnumerable< Node > Childrens()
Gets the child nodes. An enumeration of child nodes
CompileExpression()
Initializes a new instance of the CompileExpression class.
override string ToString()
CompileExpression(string profile, MethodInvocationExpression function)
Initializes a new instance of the CompileExpression class.