Exemple #1
0
 public static Dictionary <K, V> LIST <K, V>(out Dictionary <K, V> list, bool onlyOnce = true)
 {
     return(mDictionaryPool.newList(out list, onlyOnce));
 }