Ejemplo n.º 1
0
 public static PreparedCommand Get <T>(int idx) => PreparedCommandCache <T> .Get(idx);
Ejemplo n.º 2
0
 public static PreparedCommand Store <T>(int idx, PreparedCommand c) => PreparedCommandCache <T> .Set(idx, c);