Exemplo n.º 1
0
 public PrimitiveType CreatePrimitiveType(Domain dom, int bitSize)
 {
     return(PrimitiveType.Create(dom, bitSize));
 }