// get member count by index number ( result is Integer )
 /// <exception cref="VariantException"></exception>
 /// <exception cref="TjsException"></exception>
 public virtual int GetCountByNum(IntWrapper result, int num, Dispatch2 objThis)
 {
     return(GetCount(result, num.ToString(), objThis));
 }
 // get member count
 /// <exception cref="VariantException"></exception>
 /// <exception cref="TjsException"></exception>
 public virtual int GetCount(IntWrapper result, string memberName, Dispatch2 objThis
                             )
 {
     return(Error.E_NOTIMPL);
 }