3 namespace SiliconStudio.Shaders.Ast.Glsl
65 public override System.Collections.Generic.IEnumerable<
Node>
Childrens()
68 ChildrenList.Add(Name);
69 ChildrenList.Add(Value);
76 return string.Format(
"{0}{1}", Name, Value == null ? string.Empty :
"=" + Value);
LayoutKeyValue(Identifier name)
Initializes a new instance of the LayoutKeyValue class.
override System.Collections.Generic.IEnumerable< Node > Childrens()
Gets the child nodes. An enumeration of child nodes
LayoutKeyValue(Identifier name, LiteralExpression value)
Initializes a new instance of the LayoutKeyValue class.
override string ToString()
LayoutKeyValue(Identifier name, object value)
Initializes a new instance of the LayoutKeyValue class.
LayoutKeyValue()
Initializes a new instance of the LayoutKeyValue class.