4 using System.Collections;
5 using System.Collections.Generic;
7 namespace SiliconStudio.Shaders.Ast
14 #region Constructors and Destructors
40 #region Public Properties
60 #region Public Methods
66 ChildrenList.Add(Target);
67 ChildrenList.Add(Index);
74 return string.Format(
"{0}[{1}]", Target, Index);
IndexerExpression(Expression target, Expression index)
Initializes a new instance of the IndexerExpression class.
override IEnumerable< Node > Childrens()
Gets the child nodes. An enumeration of child nodes
override string ToString()
IndexerExpression()
Initializes a new instance of the IndexerExpression class.