示例#1
0
 public BinaryOperatorDebugView_NoParent(BinaryOperator node, Object parentProxy, String name) { _node = node; _parentProxy = parentProxy; _name = name; }
示例#2
0
 public BinaryOperatorDebugView_NoParent(BinaryOperator node) : this(node, null) { }
示例#3
0
 public BinaryOperatorDebugView_NoParent(BinaryOperator node, Object parentProxy) : this(node, parentProxy, NodeDebuggabilityHelper.InferDebugProxyNameFromStackTrace()) {}
示例#4
0
 public BinaryOperatorDebugView(BinaryOperator node) : this(node, null) { }
 public BinaryOperatorDebugView(BinaryOperator node, Object parentProxy, String name)
 {
     _node = node; _parentProxy = parentProxy; _name = name;
 }
 public BinaryOperatorDebugView(BinaryOperator node, Object parentProxy) : this(node, parentProxy, NodeDebuggabilityHelper.InferDebugProxyNameFromStackTrace())
 {
 }
 public BinaryOperatorDebugView(BinaryOperator node) : this(node, null)
 {
 }
 public BinaryOperatorDebugView_NoParent(BinaryOperator node) : this(node, null)
 {
 }