4 using System.Collections;
5 using System.Collections.Generic;
7 namespace SiliconStudio.Shaders.Ast.Hlsl
14 #region Constructors and Destructors
21 Parameters =
new List<Literal>();
26 #region Public Properties
42 public List<Literal> Parameters {
get; set; }
46 #region Public Methods
57 return string.Format(
"[{0}({1})]", Name, string.Join(
",", Parameters));
override IEnumerable< Node > Childrens()
Gets the child nodes. An enumeration of child nodes
AttributeDeclaration()
Initializes a new instance of the AttributeDeclaration class.
An abstract class for attribute definition.
override string ToString()