Example #1
0
 public CDebugArrayValue(IDebugArrayObject pObject, IDebugContext pContext) 
   :base(pObject as IDebugObject, pContext){
   this.m_ArrayObject = pObject;
 }
Example #2
0
 public CDebugArrayValue(IDebugArrayObject pObject, IDebugContext pContext)
     : base(pObject as IDebugObject, pContext)
 {
     this.m_ArrayObject = pObject;
 }