Beispiel #1
0
 public ConstDebugView_NoParent(Const node, Object parentProxy, String name)
 {
     _node = node; _parentProxy = parentProxy; _name = name;
 }
Beispiel #2
0
 public ConstDebugView_NoParent(Const node) : this(node, null)
 {
 }
Beispiel #3
0
 public ConstDebugView_NoParent(Const node, Object parentProxy) : this(node, parentProxy, NodeDebuggabilityHelper.InferDebugProxyNameFromStackTrace())
 {
 }
Beispiel #4
0
 public ConstDebugView(Const node) : this(node, null)
 {
 }