4 using System.Collections.Generic;
5 using System.Reflection;
7 namespace SiliconStudio.Shaders.Ast
19 Items =
new List<Expression>();
28 public List<Expression> Items {
get; set; }
39 return string.Format(
"{{{0}}}", string.Join(
",", Items));
ArrayInitializerExpression()
Initializes a new instance of the ArrayInitializerExpression class.
Expression used to initliaze an array {...expressions,}
override string ToString()
override IEnumerable< Node > Childrens()
Gets the child nodes. An enumeration of child nodes