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