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