Example #1
0
 public SlotDebugView(Slot node, Object parentProxy, String name) { _node = node; _parentProxy = parentProxy; _name = name; }
Example #2
0
 public SlotDebugView(Slot node) : this(node, null) { }
Example #3
0
 public SlotDebugView(Slot node, Object parentProxy) : this(node, parentProxy, NodeDebuggabilityHelper.InferDebugProxyNameFromStackTrace()) {}
Example #4
0
 public SlotDebugView_NoParent(Slot node) : this(node, null) { }