4 using System.Collections;
5 using System.Collections.Generic;
7 namespace SiliconStudio.Shaders.Ast
29 if (content.Length == 1)
36 #region Public Properties
48 #region Public Methods
54 ChildrenList.Add(Content);
61 return string.Format(
"({0})", string.Join(
",", Content));
ParenthesizedExpression(params Expression[] content)
Initializes a new instance of the ParenthesizedExpression class.
override string ToString()
An expression surrounded by parenthesis.
ParenthesizedExpression()
Initializes a new instance of the ParenthesizedExpression class.
override IEnumerable< Node > Childrens()
Gets the child nodes. An enumeration of child nodes