private BBB *Create(int count) { BBB *vArray = stackalloc BBB[count]; return(vArray); }
public MyPtr(int count) { vArray = Create(count); }