Loyc.Syntax.StdComplexCallNodeWithAttrs.StdComplexCallNodeWithAttrs C# (CSharp) Method

StdComplexCallNodeWithAttrs() public method

public StdComplexCallNodeWithAttrs ( VList attrs, LNode target, VList args, LNode ras ) : System
attrs VList
target LNode
args VList
ras LNode
return System
		public StdComplexCallNodeWithAttrs(VList<LNode> attrs, LNode target, VList<LNode> args, LNode ras)
			: base(target, args, ras) { _attrs = attrs; NoNulls(attrs, "Attrs"); }
		public StdComplexCallNodeWithAttrs(VList<LNode> attrs, LNode target, VList<LNode> args, SourceRange range, NodeStyle style = NodeStyle.Default)

Same methods

StdComplexCallNodeWithAttrs::StdComplexCallNodeWithAttrs ( VList attrs, LNode target, VList args, SourceRange range, NodeStyle style = NodeStyle.Default ) : System