Loyc.Syntax.StdLiteralNodeWithAttrs.StdLiteralNodeWithAttrs C# (CSharp) Метод

StdLiteralNodeWithAttrs() публичный Метод

public StdLiteralNodeWithAttrs ( VList attrs, object value, LNode ras ) : System
attrs VList
value object
ras LNode
Результат 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