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