Example #1
0
 private TypeName(string plainC, string winApi, int size, PtrPrefix pointerPrefix)
 {
     this.PlainC        = plainC;
     this.WinApi        = winApi;
     this.size          = size;
     this.PointerPrefix = pointerPrefix;
 }
Example #2
0
 private TypeName(string plainC, string winApi, int size, PtrPrefix pointerPrefix)
 {
     this.PlainC = plainC;
     this.WinApi = winApi;
     this.size = size;
     this.PointerPrefix = pointerPrefix;
 }