Exemplo n.º 1
0
 public CanCompute <Byte> NewByte(Byte value = default(Byte))
 {
     return(ManagerGX.NewByte(this, value));
 }