Beispiel #1
0
 public JsBinaryOperator(JsNode left, object value, BinaryOperator op)
     : this(left, value, op.EnumString("c#"))
 {
 }