Exemplo n.º 1
0
 public void Visit(UInt8Type type) => CreateIntType(type);
Exemplo n.º 2
0
 public void Visit(UInt8Type type)
 {
     ColumnDecoder = new UInt8Decoder();
 }
Exemplo n.º 3
0
 public void Visit(UInt8Type type) => GenerateArray(new UInt8Array.Builder(), x => (byte)x);