Exemple #1
0
 public structTypeUncommon(structType structType = default, uncommonType u = default)
 {
     this.m_structTypeRef = new ptr <structType>(structType);
     this.u = u;
 }
Exemple #2
0
 public u(ptrType ptrType = default, uncommonType u = default)
 {
     this.m_ptrTypeRef = new ptr <ptrType>(ptrType);
     this.u            = u;
 }