4 using System.Collections;
5 using System.Collections.Generic;
7 namespace SiliconStudio.Shaders.Ast
30 #region Public Properties
45 #region Public Methods
51 ChildrenList.Add(Value);
58 return string.Format(
"return{0};", Value != null ?
" " + Value : string.Empty);
override IEnumerable< Node > Childrens()
Gets the child nodes. An enumeration of child nodes
Base root class for all statements.
ReturnStatement()
Initializes a new instance of the ReturnStatement class.
override string ToString()
ReturnStatement(Expression value)
Initializes a new instance of the ReturnStatement class.