コード例 #1
0
 public UnaryOperatorDebugView_NoParent(UnaryOperator node, Object parentProxy, String name) { _node = node; _parentProxy = parentProxy; _name = name; }
コード例 #2
0
 public UnaryOperatorDebugView_NoParent(UnaryOperator node) : this(node, null) { }
コード例 #3
0
 public UnaryOperatorDebugView_NoParent(UnaryOperator node, Object parentProxy) : this(node, parentProxy, NodeDebuggabilityHelper.InferDebugProxyNameFromStackTrace()) {}
コード例 #4
0
 public UnaryOperatorDebugView(UnaryOperator node) : this(node, null) { }
コード例 #5
0
 public UnaryOperatorDebugView(UnaryOperator node, Object parentProxy, String name)
 {
     _node = node; _parentProxy = parentProxy; _name = name;
 }
コード例 #6
0
 public UnaryOperatorDebugView(UnaryOperator node, Object parentProxy) : this(node, parentProxy, NodeDebuggabilityHelper.InferDebugProxyNameFromStackTrace())
 {
 }
コード例 #7
0
 public UnaryOperatorDebugView(UnaryOperator node) : this(node, null)
 {
 }
コード例 #8
0
 public UnaryOperatorDebugView_NoParent(UnaryOperator node) : this(node, null)
 {
 }