public stackObjectBufHdr(workbufhdr workbufhdr = default, ref ptr <stackObjectBuf> next = default)
 {
     this.workbufhdr = workbufhdr;
     this.next       = next;
 }
Exemplo n.º 2
0
 public workbuf(workbufhdr workbufhdr = default, array <System.UIntPtr> obj = default)
 {
     this.m_workbufhdrRef = new ptr <workbufhdr>(workbufhdr);
     this.obj             = obj;
 }