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