Ejemplo n.º 1
0
 /// <summary>
 /// Clears the pool.
 /// </summary>
 public static void ClearPool()
 {
     PoolValue <T> .ClearPool();
 }