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

StdLiteralNodeWithAttrs() public method

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

Same methods

StdLiteralNodeWithAttrs::StdLiteralNodeWithAttrs ( VList attrs, object value, SourceRange range, NodeStyle style = NodeStyle.Default ) : System