Example #1
0
 public ArrayProperty(string name, IDebugType staticType, IDebugValue containerValue, IDebugProperty parent, CommonExpressionEvaluator evaluator)
   : base(name, staticType, containerValue, parent, evaluator){
   arrayValue = (IDebugArrayValue)this.value;
 }
Example #2
0
 public ArrayProperty(string name, IDebugType staticType, IDebugValue containerValue, IDebugProperty parent, CommonExpressionEvaluator evaluator)
     : base(name, staticType, containerValue, parent, evaluator)
 {
     arrayValue = (IDebugArrayValue)this.value;
 }