Example #1
0
 public override string GetDebugInfo()
 {
     return(DebugInfo.ToString(itemsList.ToArray()));
 }
Example #2
0
 public override string GetDebugInfo()
 {
     return(DebugInfo.ToString(targetExp));
 }
Example #3
0
 public override string GetDebugInfo()
 {
     return(DebugInfo.ToString(keyExp, valueExp));
 }
Example #4
0
 public override string GetDebugInfo()
 {
     return(DebugInfo.ToString(item1Exp, item2Exp));
 }
Example #5
0
 public override string GetDebugInfo()
 {
     return(DebugInfo.ToString(indexExp, beginExp, endExp, moduleExp));
 }
Example #6
0
 public override string GetDebugInfo()
 {
     return(DebugInfo.ToString(moduleExp));
 }
Example #7
0
 public override string GetDebugInfo()
 {
     return(DebugInfo.ToString(condExp, module1Exp, module2Exp));
 }
Example #8
0
 public override string GetDebugInfo()
 {
     return(DebugInfo.ToString(paramsExp));
 }
Example #9
0
 public override string GetDebugInfo()
 {
     return(DebugInfo.ToString(leftList, rightList));
 }
Example #10
0
 public virtual string GetDebugInfo()
 {
     return(DebugInfo.ToString(debugInfo));
 }