コード例 #1
0
 public static T Pop <T>() where T : new()
 {
     return(GenericObjectPool <T> .Pop());
 }